Skip to content

Conversation

@TreyWW
Copy link
Owner

@TreyWW TreyWW commented Dec 15, 2024

Description

This PR will separate the project and have a separate core module (app). This will contain things like base templates, settings, and other shared utils.

Checklist / reminders

  • add back Receipt signals
  • add back billing signals that are finance related
  • add backcore\src\core\backend_utils\api\settings\defaults.py but only on MF
  • add back core\src/core/backend_utils/service/defaults/get.py but only on MF
  • add back src/core/backend_utils/api/settings/email_templates.py defaults and src/core/backend_utils/service/settings/view.py
  • add back api public endpoints for MF (clients, finance)
  • add back management/scheduled_tasks for MF
  • add back boto3 scheduler service for MF
  • add back core\backend_utils\webhooks for MF
  • add back modal (base/urls.py and modal.py) on core and MF
  • add back api/emails/send.py and in urls.py
  • add back src/core/backend_utils/api/maintenance/now.py
  • add back email_waitlist to CORE (requires BOTO3 back first in CORE)

Related PRs, Issues etc

This is instead of an identity solution like below. Decided an app integration would be more ideal than separate identity servers for this scale.

TreyWW added 11 commits December 5, 2024 21:07
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
…a start to modal revamp

Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
@TreyWW TreyWW marked this pull request as ready for review December 28, 2024 18:10
@github-actions
Copy link
Contributor

github-actions bot commented Dec 28, 2024

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 14 package(s) with unknown licenses.
  • ⚠️ 22 packages with OpenSSF Scorecard issues.

View full job summary

Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
…ed version

Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
…em more though)

Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
@github-actions github-actions bot added the Stale label Jan 16, 2025
@TreyWW
Copy link
Owner Author

TreyWW commented Jan 20, 2025

On hold awaiting for cookie sharing between both so sessions dont log out every time you go to another site using the same shared DB.

@github-actions github-actions bot removed the Stale label Jan 21, 2025
@github-actions github-actions bot added the Stale label Feb 4, 2025
@TreyWW
Copy link
Owner Author

TreyWW commented Feb 6, 2025

Fixed session issue with a full cache + DNS reset.

Currently stuck with deciding how to proceed as this will either need a custom migration or require users to manually copy over wanted data to a new schema.

@github-actions github-actions bot removed the Stale label Feb 7, 2025
@github-actions github-actions bot added the Stale label Feb 21, 2025
@github-actions github-actions bot closed this Feb 28, 2025
@TreyWW TreyWW reopened this Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Identity Integration

2 participants