Update super duper outdated todo list in README
This commit is contained in:
parent
2ac05814cb
commit
1b0d6ad14b
1 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@ Violet's Purgatory is hosted on Railway right now, but there are plans to move t
|
||||||
We also have an API, which can be located at https://api.violets-purgatory.dev, which is currently very under developed, but will continue to have updates for features I see fit.
|
We also have an API, which can be located at https://api.violets-purgatory.dev, which is currently very under developed, but will continue to have updates for features I see fit.
|
||||||
|
|
||||||
## To-do
|
## To-do
|
||||||
- [ ] Add image caching instead of using image proxies (keeps the security benefit and decreases loading times)
|
- [x] Add image caching instead of using image proxies (keeps the security benefit and decreases loading times)
|
||||||
|
- [x] Add code to automatically minify the HTML
|
||||||
|
- [x] Add random quotes
|
||||||
|
- [x] Seperate Values from the javascript into their own config for readability
|
||||||
|
- [ ] Stop using Lanyard Web Socket Directly and proxy it through the API (Alternatively, self host the Lanyard API)
|
||||||
- [ ] Cut the main CSS file into multiple so that only the nessacary CSS is loaded (Reduces traffic and loading times)
|
- [ ] Cut the main CSS file into multiple so that only the nessacary CSS is loaded (Reduces traffic and loading times)
|
||||||
- [ ] Add a commit counter
|
- [ ] Add a commit counter
|
Loading…
Reference in a new issue