Retime
- 5 Devlogs
- 5 Total hours
changed a lot of the structure
created the first endpoint
changed from LocalDate and LocalTime to Instant
created insertion method for database
removed some useless code and stuff that didn’t make sense to the project
implemented a simple system with annotations to give IDs to deadline actions, that way the action can be defined easily in the POST and the metadata can be parsed based on the chosen action
structuring server with the main thread
I had this project in mind for a long time, but I’m finally working on it.
I mean to create a back-end application that I can send my things to through http requests, and it can call back wherever I want whenever I want, without I having to sweat it.
In this log I basically dumped my ideas and tried to implement some concepts (like Deadline Action, which is a block of code that should be executed whenever we meet the time of a Reminder)