main #1

Open
nathanb wants to merge 9 commits from nathanb/sasa-membership:main into main

9 Commits

Author SHA1 Message Date
nathanb fcb0f4bbaf Merge pull request 'Add UTC datetime helpers to attempt to fix running issue' (#4) from esp-implimentation into main
Reviewed-on: nathanb/sasa-membership#4
2026-05-29 13:54:35 -04:00
nathanb 2d5bdcbe35 Add UTC datetime helpers to attempt to fix running issue 2026-05-29 18:51:28 +01:00
nathanb e0b3a6926e Merge pull request 'updated readme files to reflect earlier changes in last commit' (#3) from esp-implimentation into main
Reviewed-on: nathanb/sasa-membership#3
2026-05-08 16:25:54 -04:00
nathanb 000555dbd7 updated readme files to reflect earlier changes in last commit 2026-05-08 21:25:26 +01:00
nathanb f068a863e0 Merge pull request 'ESP implimentation & UI changes' (#2) from esp-implimentation into main
Reviewed-on: nathanb/sasa-membership#2
2026-05-08 15:50:45 -04:00
nathanb d024bf7fa3 stuff changed:
- ui has been made 'kinda better' (after making it worse for a while lol
- ESP rfid readers are now supported [ill upload the code for them in another repo later]
- admin system has been secured a bit better and seems to be working well
2026-05-08 20:46:58 +01:00
nathanb 34489fd7b7 Merge pull request 'volunteer-profile-questions' (#1) from volunteer-profile-questions into main
Reviewed-on: nathanb/sasa-membership#1
2026-05-05 05:22:59 -04:00
nathanb 1a0b4dc25d Add member profile questions, admin tooling, legal pages, and fast tests
- Add configurable profile questions with conditional visibility, admin-only fields, user answers, and seeded onboarding/volunteer questions
  - Add admin UI for managing profile questions and member profile answers
  - Add volunteer level/profile data support across backend schemas, models, API, and migration
  - Update dashboard/profile UI, super admin menu, membership service types, and related styling
  - Add privacy policy, terms of service, cookie notice, and footer links
  - Add frontend Vitest coverage for profile question logic
  - Add backend pytest coverage for profile answer normalization and validation
  - Update restart.sh to build, run frontend/backend unit tests, and restart only after tests pass
  - Refresh README, quickstart, project structure, instructions, and Square docs to match current app features
    - Protect feature flag reload behind super-admin access
    - Restrict admin-triggered password resets so admins can only reset member accounts
    - Replace email template HTML preview rendering with escaped text preview
    - Update docs for feature flag reload access, password reset scope, and email template preview safety

  -- test user questions are also made by AI and not very useful. but i didn't know what to put there so its good enough for a test
  -- all tests pass on my vm and seems to run fine
2026-05-04 22:15:51 +01:00
nathanb 632e66e21d Add member profile questions, admin tooling, legal pages, and fast tests
- Add configurable profile questions with conditional visibility, admin-only fields, user answers, and seeded onboarding/volunteer questions
  - Add admin UI for managing profile questions and member profile answers
  - Add volunteer level/profile data support across backend schemas, models, API, and migration
  - Update dashboard/profile UI, super admin menu, membership service types, and related styling
  - Add privacy policy, terms of service, cookie notice, and footer links
  - Add frontend Vitest coverage for profile question logic
  - Add backend pytest coverage for profile answer normalization and validation
  - Update restart.sh to build, run frontend/backend unit tests, and restart only after tests pass
  - Refresh README, quickstart, project structure, instructions, and Square docs to match current app features
    - Protect feature flag reload behind super-admin access
    - Restrict admin-triggered password resets so admins can only reset member accounts
    - Replace email template HTML preview rendering with escaped text preview
    - Update docs for feature flag reload access, password reset scope, and email template preview safety

    -- test user questions are also made by AI and not very useful. but i didn't know what to put there so its good enough for a test
2026-05-04 22:05:58 +01:00