| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added ui changes | Raymaekers Luca | 2024-09-28 | 1 | -2/+7 |
| | | | | | | | | | | - Added a delete button next to each idea instead of deleting them by name - Changed Post to Think - Added a text when there are no ideas - Added more CSS for the create - Added checks for denying empty fields | ||||
| * | Added Idea CRD | Raymaekers Luca | 2024-09-28 | 1 | -23/+108 |
| | | | | | | | | | - Also added sending back errors to the template for displaying what went wrong. - Renamed Description to Text - Added Delete operation for an idea - Removed Store type because it had no real value | ||||
| * | Added datafile for persistent ideas | Raymaekers Luca | 2024-09-27 | 1 | -44/+81 |
| | | | | | | | | | | | | | | The data file uses a version number for debugging and is serialized into a data file, for now this is good enough but because of encapsulating the data in a struct there is no convenient way of appending to the Ideas slice. - Removed the Rating as it is not really constructive. - Added handling of SIGINT to keep the data even on exit from air of Ctrl-c - Removed example data - Use log instaed of fmt everywhere - Removed Makefile | ||||
| * | init | Raymaekers Luca | 2024-09-27 | 1 | -0/+98 |
