Void devlog 1
[#4] - Created at Nov 16, 2024, 7:15 AM
Void devlog 1
11/15/2024
Today i did the following
All of phase 2 has been completed!
This adds authentication, which just means i dont have to put in a password every goddamn time i want to make a post! Quite literally means nothing to you guys viewing this. This came with a lot of challenges that i overcame, feeling pretty proud of it :)
i probably spent more time on these improvements than i did on the auth lmao
- fixed validation regexes (much more lenient now)
- improved form validation (mostly through the regex)
- form usability improvements (forms dont reset on failed submission, formatting is better)
- improved embedding for discord and other sites (i hope, this is the test for that)
- added createdAt and updatedAt fields in the database (for timestamps and such)
and way too much debugging lmao
anyway im tired
goals for tomorrow
- Complete phase 3 which entails making a list page and adding the ability to make unlisted posts
- if time permits, work on phase 4 which adds editing and deleting of posts.