DJ DQ Sundog sundog
  • Joined on 2023-08-25
sundog opened issue MountainTownTechn.../aural_isle#12 2023-12-01 11:06:28 -04:00
API Routes - Album
sundog opened issue MountainTownTechn.../aural_isle#11 2023-12-01 11:05:13 -04:00
API Routes - Artist
sundog created pull request MountainTownTechn.../aural_isle#10 2023-11-01 10:18:55 -04:00
Setup Initial Schema (sqlite)
sundog created branch setup-initial-schema in MountainTownTechn.../aural_isle 2023-11-01 10:12:28 -04:00
sundog pushed to setup-initial-schema at MountainTownTechn.../aural_isle 2023-11-01 10:12:28 -04:00
35d5d22b49 adds .env and aural_isle.sqlite.db to gitignore
227f54e0e4 adds initial sqlx migration to set up db schema
Compare 2 commits »
sundog pushed to main at MountainTownTechn.../aural_isle 2023-11-01 09:34:40 -04:00
41a30d1855 updates models and schema doc, adds final purchase related tables
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-25 12:42:00 -04:00
c5ebcc8204 adds more store-focused data structures
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-25 12:00:16 -04:00
4bba521103 adds OtherProducts and Collections data structures
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-20 09:38:03 -04:00
abe545397b more model refinement
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-20 09:33:00 -04:00
cb3f76aa17 refines MODELS around cart functionality, moves all pricing into Sku model, adds CouponCode model
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-19 16:17:55 -04:00
e93736be61 more updates to MODELS
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-19 16:01:16 -04:00
188544366c more updates to MODELS and SCHEMA
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-19 14:57:09 -04:00
9c4d3a7197 updates MODELS and SCHEMAS
sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-19 13:12:30 -04:00
ce51888070 updates main.rs, applies default formatting from rustfmt
69b694ae60 updates MODELS and SCHEMA
Compare 2 commits »
sundog commented on issue MountainTownTechn.../aural_isle#2 2023-10-19 12:02:30 -04:00
Web application structure

Agreed - I'm not a huge fan of the current generation of front-end frameworks like React, and I'm more comfortable with non-single-page-apps in general, but I'm willing to defer to the frontend-lea…

sundog commented on issue MountainTownTechn.../aural_isle#6 2023-10-19 09:34:07 -04:00
Code style guide

Would love to have a pre-commit hook or a format on save config for Visual Studio Code that works, if anyone wants to knock that together.

sundog commented on issue MountainTownTechn.../aural_isle#6 2023-10-19 09:01:49 -04:00
Code style guide

👍

Agree that we should just use rustfmt --edition 2021 as our default

sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-18 15:55:15 -04:00
1359dca5df adds Cargo.lock, updates gitignore, updates SCHEMA with initial table definitions for a couple of tables based on MODELS
sundog commented on issue MountainTownTechn.../aural_isle#3 2023-10-18 15:08:28 -04:00
Configure automated testing

Gladly - thanks!

sundog pushed to main at MountainTownTechn.../aural_isle 2023-10-18 14:49:40 -04:00
483d34d106 adds a few more config parameters to env.example