Skip to content

Chore/front cleaning#946

Merged
SaboniAmine merged 6 commits intomasterfrom
chore/front_optims
Mar 26, 2026
Merged

Chore/front cleaning#946
SaboniAmine merged 6 commits intomasterfrom
chore/front_optims

Conversation

@SaboniAmine
Copy link
Member

Description

Various code factorization / error management / magic values cleaning.

Motivation and Context

Standardisation of the codebase

How Has This Been Tested?

Deployed on test env

Screenshots (if appropriate):

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@SaboniAmine SaboniAmine requested a review from a team as a code owner November 4, 2025 11:34
@SaboniAmine SaboniAmine force-pushed the chore/front_optims branch 2 times, most recently from bedef54 to fbd47ab Compare November 4, 2025 11:36
@inimaz
Copy link
Collaborator

inimaz commented Jan 12, 2026

Hey @SaboniAmine run pnpm exec prettier . --write in local and you will be good to go

@SaboniAmine SaboniAmine force-pushed the chore/front_optims branch 4 times, most recently from 01727ea to 66bc1eb Compare February 22, 2026 10:36
@SaboniAmine SaboniAmine force-pushed the chore/front_optims branch 2 times, most recently from faceac9 to fec43d6 Compare March 25, 2026 17:46
@codecov
Copy link

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.63%. Comparing base (09fa462) to head (7f671bc).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #946   +/-   ##
=======================================
  Coverage   81.63%   81.63%           
=======================================
  Files          41       41           
  Lines        3915     3915           
=======================================
  Hits         3196     3196           
  Misses        719      719           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

feat(front): add modal to call deletion endpoints for projects

refactor: move dashboard logic to custom hook & helper

chore: fix date-range picker, remove console.log when not needed

chore: replace magic numbers by functional values,
standardise api call with fetchApi instead of fetch + injected url,
refactor Modal usage with custom hook

chore: standardize error handling

Test Python 3.14

feat(back): add cascade deletion of projects (#945)

feat(front): add modal to call deletion endpoints for projects

feat(back): add cascade deletion of projects
feat(front): add modal to call deletion endpoints for projects

chore: fix date-range picker, remove console.log when not needed

chore: finish cleaning

chore: lint
# Conflicts:
#	requirements/requirements-api.txt
@SaboniAmine SaboniAmine merged commit 952e2c2 into master Mar 26, 2026
15 checks passed
@SaboniAmine SaboniAmine deleted the chore/front_optims branch March 26, 2026 08:21
SaboniAmine added a commit that referenced this pull request Mar 27, 2026
* feat(back): add cascade deletion of projects
feat(front): add modal to call deletion endpoints for projects

refactor: move dashboard logic to custom hook & helper

chore: fix date-range picker, remove console.log when not needed

chore: replace magic numbers by functional values,
standardise api call with fetchApi instead of fetch + injected url,
refactor Modal usage with custom hook

chore: standardize error handling

Test Python 3.14

feat(back): add cascade deletion of projects (#945)

feat(front): add modal to call deletion endpoints for projects

feat(back): add cascade deletion of projects
feat(front): add modal to call deletion endpoints for projects

chore: fix date-range picker, remove console.log when not needed

chore: finish cleaning

chore: lint

* chore: add bundle size optimizations

* feat(api): add auth server side token revocation

* chore: upgrade dependencies, add asyncio

# Conflicts:
#	requirements/requirements-api.txt

* chore: upgrade dependencies, add asyncio

* chore: extract dev dependencies in carbonserver
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.

2 participants