- Track progress of goal completion for each project.
- Distinguish between Drafting and Revising goals.
- Delete projects you may no longer need.
- Fixed an issue where different types of work were not being tracked correctly.
- Fixed an issue where the goals were not being added to "in progress" properly.
- When there are two projects, a "None" goal appears when deleting the first project in the list.
- When adding work to a new goal and immediately clicking on "Analysis" you may be sent to an error page.
- Goals and work backend are not updating as quickly as the frontend, requiring a refresh.
- Deleting contribution does not work.
The site is hosted on Heroku and can be accessed with this link:
https://writers-bloc.herokuapp.com/login
If you want to run it locally, first clone the repository:
https://github.com/sudeepag/Junior-Design.git
View the Flask setup guide to install flask and pip.
Before working on the project, type . venv/bin/activate
.
For first time setup, in your terminal:
- Run
pip install -r requirements.txt
once the virtual environment has been activated. - Type
export FLASK_APP=main.py
- Type
py run.py
, must be using python 3 - Visit localhost:5000