From 820c101d5f13372026eb7d165b2aa338df68eef2 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 7 Feb 2022 19:14:16 -0600 Subject: Remove project_proposal and requirements doc --- docs/project_proposal.tex | 97 ----------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 docs/project_proposal.tex (limited to 'docs/project_proposal.tex') diff --git a/docs/project_proposal.tex b/docs/project_proposal.tex deleted file mode 100644 index 2ed5f2c..0000000 --- a/docs/project_proposal.tex +++ /dev/null @@ -1,97 +0,0 @@ -\documentclass[12pt]{article} -\usepackage{url} -\usepackage{setspace} -\usepackage[superscript]{cite} -\usepackage{graphicx} -\usepackage[normalem]{ulem} -\graphicspath{ {Figures/} } -\usepackage{caption} -\usepackage{cite} -\usepackage{indentfirst} -\usepackage{float} -\usepackage{subcaption} -\usepackage{amsmath} -\textwidth=6.5in -\oddsidemargin=0.0in -\usepackage{listings} -\usepackage{listings} -\usepackage{fancyhdr} -\usepackage{longtable} -\usepackage[table]{xcolor} -\pagestyle{fancy} -\fancyhf{} -\lhead{Strengthy} -\rhead{Page \thepage} - -\usepackage{color} -\usepackage{hyperref} -\hypersetup{ - colorlinks=true, - citecolor=black, - linktoc=all, - linkcolor=black, -} - -\begin{document} - -\begin{titlepage} - -\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} - -\center - -\textsc{\LARGE Missouri State University\\~\\Department computer Science}\\[1.0cm] - -\HRule \\[0.4cm] -{ \huge \bfseries Strengthy}\\[0.4cm] -% change this \/ -{ \large A Weightlifting tracking webapp}\\[0.4cm] -\HRule \\[1.5cm] - -\begin{minipage}{0.4\textwidth} -\begin{flushleft} \large -Dylan Bolger \\ Hayden Pope -\end{flushleft} -\end{minipage} -~ -\begin{minipage}{0.4\textwidth} -\begin{flushright} \large -Client Info \\ -Dr. Mohammed Y. Belkhouche\\ - -\end{flushright} -\end{minipage}\\[2cm] - -{\large \today}\\[2cm] - -\end{titlepage} - -\newpage -%----------------------------------------------------------------------- -\tableofcontents - -\newpage -%---------------------------------------------------------------------- - -%----------------------------------------------------------------------------- -\section{Project Description} -\subsection{Proposal} -Our proposal is to develop a web application to track weightlifting sessions, progress, and statistics. This web-app will allow users to create personal accounts to track their information. We will allow the user to upload their data from days at the gym and be able to watch their progress as they continue to go to the gym. It will also show useful calculations, such as percentages of your 1RM (the most weight you can endure in one rep). Statistics like progress prediction of the user and analysis will be included. Users will also be able to create their own workout plans, or routines. The routines will suggest values in order for the user to make meaningful progression at the gym. Users can also record their weight. - -\subsection{Stack} -The web application will be developed in Python using the Flask framework. A database will be used to store user information, likely SQLite. Graphs displayed to the user will be rendered using chart.js. -\section{References} -% ??? can we remove this? - -\begingroup -\renewcommand{\section}[2]{} -\begin{thebibliography}{10} - -\bigskip - - -\end{thebibliography} -\endgroup - - -\end{document} -- cgit v1.2.3