MyFinances icon indicating copy to clipboard operation
MyFinances copied to clipboard

[DRAFT] Core Integration

Open TreyWW opened this issue 1 year ago • 3 comments

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

  • [x] add back Receipt signals
  • [x] add back billing signals that are finance related
  • [x] add backcore\src\core\backend_utils\api\settings\defaults.py but only on MF
  • [x] add back core\src/core/backend_utils/service/defaults/get.py but only on MF
  • [x] add back src/core/backend_utils/api/settings/email_templates.py defaults and src/core/backend_utils/service/settings/view.py
  • [x] add back api public endpoints for MF (clients, finance)
  • [x] add back management/scheduled_tasks for MF
  • [x] add back boto3 scheduler service for MF
  • [x] add back core\backend_utils\webhooks for MF
  • [x] add back modal (base/urls.py and modal.py) on core and MF
  • [x] add back api/emails/send.py and in urls.py
  • [x] add back src/core/backend_utils/api/maintenance/now.py
  • [x] 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.

  • Related Issue #537
  • Closes #537

TreyWW avatar Dec 15 '24 18:12 TreyWW

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

github-actions[bot] avatar Dec 28 '24 18:12 github-actions[bot]

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.

TreyWW avatar Jan 20 '25 10:01 TreyWW

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.

TreyWW avatar Feb 06 '25 13:02 TreyWW