- Create prod branch
- Make selecting article topic and time period work
- Stop summarizing articles from localhost:8000/ because this returns article with default parameters and not selected parameters
- Explain how to use API in README.md
- Start using GitHub Issues instead of ToDo list for issues/nugs/errors
- Add tests
- For React (playwright?)
- For Django
- Add workflows
- Add automated build
- (Summarize.jsx) Add that if the the API request to http://localhost:8000/api/summary/EN/100/ doesn't return statusText: 'OK' the error gets displayed in
- Make visiting Django webserver over 127.0.0.1:8000/ possible
- Add 127.0.0.1:8000/ to ALLOWED_HOSTS
- Solve
CSRF verification failed. Request aborted.
error on 127.0.0.1:8000/ when trying to generate a summary
- Use priority system for tasks with colors
- Maybe start using a software for tasks
- Add that if article_api.py returns no articles, display an error
- Automatically sort solved ToDos/Tasks to bottom of Todo_list.md
- Add README.md
- Change summary API response format to so that it only returns the summary, not the article