dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Refactor Project Services and Routes

Open petersutter opened this issue 1 year ago • 0 comments

What this PR does / why we need it: This PR includes several changes aimed at improving the project services and routes within the application. The key changes are:

  • Renamed the legacy project service to namespace.
  • Added a new route for projects and removed the old from/to mapping.
  • Updated the application to use the new projects route and removed the redundant from/to mapping code.
  • Improved the handling of project deletions.
  • Extracted cost-related logic into a separate composable object.
  • Made minor improvements to the codebase.

Which issue(s) this PR fixes: Fixes #1631

Special notes for your reviewer:

Release note:


petersutter avatar Jul 01 '24 10:07 petersutter