Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Core Integration #543

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

[DRAFT] Core Integration #543

wants to merge 22 commits into from

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 TreyWW marked this pull request as ready for review December 28, 2024 18:10
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identity Integration
1 participant