logger added

This commit is contained in:
Owen Rees
2023-06-22 17:03:01 +02:00
parent 2e5d122329
commit 195a2a98fc
6 changed files with 19 additions and 6 deletions
+1 -2
View File
@@ -23,12 +23,11 @@ DESIGN CHANGES
----------------------------------------------------------------
LOGIC
//TODO error handling
//TODO error handling - check everything, wrap in try/catch or use library to handle, log errors
//TODO consider offering GraphQL support
MISC
----------------------------------------------------------------
//TODO write logger (fullstack open examples)
//TODO multi-language i18n support - https://nextjs.org/docs/app/building-your-application/routing/internationalization
//TODO move smaller ui components into a new folder, and make them reusable - such as using generic prop names
//TODO readme