diff --git a/TODO.md b/TODO.md index 622d6ba..f295b39 100644 --- a/TODO.md +++ b/TODO.md @@ -2,9 +2,10 @@ List of things to add to this project * Improve config and use reflection when loading it +* Do to other methods what was done to GetDays/GetNotes? +* API revamp * Check export function for improvements -* Add notes to frontend? +* Add note creation and deletion to frontend * More slog.Debug and a debug flag? -* Think about timezones -* Consider more secure auth methods +* Consider less clunky auth method * *Go* dependency-less? <-- this is a terrible idea \ No newline at end of file diff --git a/pages/list.html b/pages/list.html index 195f2cd..f902047 100644 --- a/pages/list.html +++ b/pages/list.html @@ -1,5 +1,6 @@ {{define "main"}} -

{{.Title}}

+

{{.Title}}

+

{{.Description}}