Commit Graph

9 Commits

Author SHA1 Message Date
dereklseitz
167b06b0de fix: remove extra comma from formSubmit async block in contactController 2025-08-26 12:08:59 -05:00
dereklseitz
9e7ab1e78d fix: remove extra placeholder in SQL INSERT command to match payload array. 2025-08-26 12:00:52 -05:00
dereklseitz
efc045ede4 fix: Remove references to "privacyAccepted" and "privacy_accepted" from contactController and contactRoutes 2025-08-26 11:48:04 -05:00
dereklseitz
161dd3dd46 a 2025-08-26 03:08:35 -05:00
dereklseitz
0b00a63ce6 h 2025-08-26 02:01:10 -05:00
dereklseitz
d1e5c63dd2 feat: Add privacyAccepted and timeSubmitted properties to DB and mailer 2025-08-25 23:34:03 -05:00
dereklseitz
cae3c892be chore: add example env file, improve documentation and code comments 2025-08-23 00:27:01 -05:00
dereklseitz
40f3f101d7 refactor: add commented titles to each file 2025-08-21 18:59:43 -05:00
dereklseitz
562d831ddf refactor: Convert monolithic app to modular architecture
This commit refactors the entire codebase from a monolithic structure to a
modular one. Key changes include:

-   Extracting core components (e.g., user authentication, data processing,
    API handlers) into their own distinct modules.
-   Implementing a new directory structure to support a modular design.
-   Updating all internal references and import paths to reflect the new
    architecture.

The new structure improves maintainability, scalability, and allows for
easier independent development of each module in the future.
2025-08-17 16:54:07 -05:00