Commit Graph

93 Commits

Author SHA1 Message Date
b6f43c9c8f Fix format specifier, limit embed field length to 256 chars 2024-06-09 22:31:47 -05:00
b964bfc565 docs, provide genuine existence return for GetCode getter func 2024-06-09 22:25:41 -05:00
6453955d96 Improve HandleError message formatting, footer & wrapped errors 2024-06-09 21:57:52 -05:00
92849b83ba Validate location existence, validate code pattern 2024-06-09 18:44:26 -05:00
87e7da60fa Add more comments, fix snake case vars 2024-06-09 18:43:31 -05:00
a5d0e70080 Add locations HTML sample 2024-06-09 18:41:06 -05:00
40490f5d50 Open up RegisterVehicle result processing for timestamps on denials 2024-06-09 14:43:43 -05:00
52c84c02be Add denied sample 2024-06-09 14:07:33 -05:00
800bc54fbf Use regex to filter which levels can match 2024-03-09 17:52:53 -06:00
a72de046e1 Split output into stdout/stderr based on log level 2024-03-09 17:48:29 -06:00
5e31522491 Don't panic when .env file cannot be loaded 2024-03-09 17:31:11 -06:00
0235473616 Fix incorrect method for register vehicle (POST) 2024-02-28 04:42:31 -06:00
980f4ebead Fix submission context identifier acquisition/parse, use RegisterVehicle email API 2024-02-28 04:36:59 -06:00
e41878f070 Properly acquire resident profile Id for VIP forms 2024-02-28 04:35:33 -06:00
ed931d0df8 Use SubmissionContexts global to inform RegisterVehicle call params 2024-02-28 04:11:15 -06:00
43f1ca8fa2 Add RegisterVehicle API response parsing 2024-02-28 04:10:43 -06:00
8b5dc0835a Always log, add red color to error handler response 2024-02-28 04:09:53 -06:00
fb2e178e93 Parse, log, and use residentId for submission contexts before modal emit 2024-02-28 04:09:41 -06:00
aebc99bf84 Extract approved response partial into HTML sample 2024-02-28 04:09:13 -06:00
d45d64a26f Remove unused scan functionality 2024-02-28 03:06:39 -06:00
d5b5708ae9 Upload HAR samples 2024-02-28 03:06:31 -06:00
15def57676 Add email confirmation API func, fix TODOs 2024-02-02 13:27:12 -06:00
2ae78890e9 Fix interaction identifier, improve focused option finding 2024-02-02 13:18:25 -06:00
254cc2e0b3 Map modal submission by identifier, acquire & print email 2024-02-02 13:16:35 -06:00
dcae3519ea Fix empty component being added, rename form converter 2024-02-02 13:15:58 -06:00
686caa11b4 Add & use lo[dash], breakup & improve CMD option search/link 2024-02-02 11:46:34 -06:00
4f01635b69 Add .env notes to README 2024-02-02 11:45:48 -06:00
e6da0d0fae Add unhanlded focus option for register command, improve both, comments 2023-12-22 16:37:38 -06:00
25158efd5a Improve logs, remove messageID ref 2023-12-20 08:26:30 -06:00
9fa279de4b Provide context aware logging for command handlers 2023-12-20 08:21:31 -06:00
473690bbd1 Switch to field-based logging (main.go, api.go)
Also removed unused register function
2023-12-20 08:18:29 -06:00
a6e47a33e6 Use flag.Args() to handle flag + normal arguments 2023-12-20 08:17:44 -06:00
f87e6d31fa Add timedmap mod, RegisterContext struc type 2023-12-20 07:55:49 -06:00
a915e80d7a Rename code requirement data funcs 2023-12-20 07:55:33 -06:00
074fc0ee51 Switch logs to contextual fields, setup modal submit context, use message ID, improve comments 2023-12-20 07:55:15 -06:00
e5e63b93db Extract residentProfileId, setup RegisterVehicle func/body/req 2023-12-20 07:53:56 -06:00
0f804b1ba3 Setup TODOs for register modal submit 2023-12-20 02:22:42 -06:00
b5920e54e2 Ignore & remove confirmation form field 2023-12-19 08:10:11 -06:00
b2915f6faf registration flow, improve error handling, code requirement/removal 2023-12-19 08:04:58 -06:00
16861ec98c Error handling helper for interactions 2023-12-19 08:03:46 -06:00
cd33333b55 Code requirement db funcs, enum, code removal 2023-12-19 08:01:43 -06:00
511b776cc7 Setup proper modal interaction handlers using CustomID string slice 2023-12-19 08:01:08 -06:00
7314e0ad1c Fix VIP form URL 2023-12-19 08:00:25 -06:00
5a9c01ab31 Pretty printing with spew 2023-12-17 06:49:48 -06:00
be9ce7070d Update README.md 2023-12-17 06:49:34 -06:00
69581c6ddd Add default case component definition 2023-12-17 06:11:38 -06:00
71032b22fe Fix FormToComponents only adding licnese plates, add default for unexpected component 2023-12-17 06:11:06 -06:00
c47e8ea2e3 Enable ModalSubmit interactions, handler switch, default warning 2023-12-17 06:05:58 -06:00
8597308f7c Begin switching over to modal-based dynamic fields 2023-12-17 06:05:27 -06:00
5b4da7b0c3 Simplify onRequest/onResponse/client.Do calls with doRequest 2023-12-17 04:55:05 -06:00