Hayden Hargreaves azpect
azpect merged pull request azpect/Potion#44 2025-09-04 20:26:05 -07:00
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.
azpect pushed to feature/errors at azpect/Potion 2025-09-04 20:25:48 -07:00
1e6a06e8ed (FEAT): Added errors to each of the handlers.
azpect commented on pull request azpect/Potion#44 2025-09-03 22:27:25 -07:00
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.

Before this can be merged, updates must be made to add errors to EVERY location an error can occur, not just the page_handler.go file.

Good luck...

azpect created pull request azpect/Potion#44 2025-09-03 22:26:55 -07:00
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.
azpect created branch feature/errors in azpect/Potion 2025-09-03 22:26:24 -07:00
azpect pushed to feature/errors at azpect/Potion 2025-09-03 22:26:24 -07:00
6b030adf02 (DOC): Updated documentation
47b8386844 (FEAT): Errors can now be displayed using the RenderErrorBanner fx.
Compare 2 commits »
azpect commented on issue azpect/Potion#14 2025-09-03 20:28:52 -07:00
DEVELOPMENT TOOL: Logging system

LogStatement Data Requirements

Type: Enumerated type: DEBUG, INFO, WARN, ERROR

Date: Timestamp of the log (UTC)

Message: String content of the log, could be JSON…

azpect commented on issue azpect/Potion#14 2025-09-03 20:23:30 -07:00
DEVELOPMENT TOOL: Logging system

There should exist an interface, Logger, which will have methods like Write and WriteAll. Implementations of the interface can be created to write to files, databases, etc. Simply calling a…

azpect opened issue azpect/Potion#43 2025-08-27 17:27:14 -07:00
FEATURE: Ingredient sections
azpect commented on issue azpect/Potion#39 2025-08-23 18:12:28 -07:00
BUG: PSQL Data Entry Issues In Search

When multiple spaces are provided, it attempts to use " " as a parameter which fails in the database query.

azpect pushed to master at azpect/Potion 2025-08-20 21:39:47 -07:00
05ecea56db Merge pull request '(FIX): Added directions for create page.' (#42) from dev into master
55c98299f5 Merge branch 'dev' of gitea:azpect/Potion into dev
5575206e47 Merge branch 'master' into dev
0906624448 Merge branch 'master' into dev
d22f9a7ff3 (FIX): Added directions for create page.
Compare 5 commits »
azpect merged pull request azpect/Potion#42 2025-08-20 21:39:46 -07:00
(FIX): Added directions for create page.
azpect pushed to dev at azpect/Potion 2025-08-20 21:39:38 -07:00
55c98299f5 Merge branch 'dev' of gitea:azpect/Potion into dev
5575206e47 Merge branch 'master' into dev
Compare 2 commits »
azpect pushed to dev at azpect/Potion 2025-08-20 21:38:55 -07:00
0906624448 Merge branch 'master' into dev
09e3427c3b Merge pull request '(FEAT): Allowed for removal of ingredients and instructions.' (#40) from dev into master
Compare 2 commits »
azpect created pull request azpect/Potion#42 2025-08-20 21:38:41 -07:00
(FIX): Added directions for create page.
azpect pushed to dev at azpect/Potion 2025-08-20 21:38:32 -07:00
d22f9a7ff3 (FIX): Added directions for create page.
azpect opened issue azpect/Potion#41 2025-08-20 21:21:39 -07:00
FEATURE: View All Page
azpect pushed to master at azpect/Potion 2025-08-20 21:16:16 -07:00
09e3427c3b Merge pull request '(FEAT): Allowed for removal of ingredients and instructions.' (#40) from dev into master
3dd8185257 (FEAT): Allowed for removal of ingredients and instructions.
930ce72f54 (FIX): Updated the templ version
2dc99c30c8 (FIX/UI): Only displaying 3 lines in search results.
Compare 4 commits »
azpect merged pull request azpect/Potion#40 2025-08-20 21:16:14 -07:00
(FEAT): Allowed for removal of ingredients and instructions.
azpect created pull request azpect/Potion#40 2025-08-20 21:15:44 -07:00
(FEAT): Allowed for removal of ingredients and instructions.