trotFunky
a0b79a17ea
Previously, most redirects targeted the root of the application. This was okay for the first part of development where only one week would be active, but would be annoying when using multiple weeks. Change those redirects to call week::week. Change the login path to be dependant on the current week as well, so it can be correctly redirected.
1.4 KiB
1.4 KiB
Fabula Votes
This web application is intended as a simple way to share Truths for an upcoming campaign of Fabula Ultima, vote and who we think wrote them and see some stats !
TODO
A list of things that could be implemented/added to the application, some of them are needed for "feature completeness" !
- Being able to change from one week to the next
- Create new weeks for the admin
- Proper week redirection
- Correctly handle non-existing week number
- Add introduction to the weekly truths
- Bundle static assets in the binary
- Move the database queries to their own functions
- Cache those results
- Centralize Markdown parsing ?
- Use fairings for the different elements ?
- Use guards for User calls ?
Dependencies
This project currently uses :
- Rocket, for the web application backend
- SQLX, for database access (this is only expeceted to be used with SQLite)
- Tera, for templating
- Argon2, for password hashing
- Pull_down CMark, for markdown rendering
License
The code present in this repository is licensed under the Mozilla Public License 2.0.