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

Rework campaigns #489

Merged
merged 20 commits into from
Nov 20, 2023
Merged

Rework campaigns #489

merged 20 commits into from
Nov 20, 2023

Conversation

jrivals
Copy link
Collaborator

@jrivals jrivals commented Nov 13, 2023

No description provided.

@jrivals jrivals requested a review from Falinor November 14, 2023 12:44
frontend/src/components/HousingList/HousingList.tsx Outdated Show resolved Hide resolved
frontend/src/hooks/useCheckList.tsx Outdated Show resolved Hide resolved
frontend/src/models/Campaign.tsx Outdated Show resolved Hide resolved
frontend/src/models/Campaign.tsx Outdated Show resolved Hide resolved
server/controllers/campaignController.ts Outdated Show resolved Hide resolved
server/errors/campaignMissingError.ts Outdated Show resolved Hide resolved
server/test/setupTests.ts Outdated Show resolved Hide resolved
@@ -18,14 +20,13 @@ export type Sort<Sortable extends object = object> = Partial<
* // { owner: 'asc', rawAddress: 'desc' }
*/
function parse<Sortable extends object = object>(
query?: string
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi on passe d'une string à un tableau ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On travail en amont côté front avec un tableau et en aval côté back avec un tableau.
Autant rester avec un tableau et éviter le join puis le split non ?

frontend/src/models/Sort.tsx Outdated Show resolved Hide resolved
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 14 Code Smells

No Coverage information No Coverage information
2.5% 2.5% Duplication

@jrivals jrivals merged commit 65c5489 into main Nov 20, 2023
@jrivals jrivals deleted the rework_campaigns branch November 20, 2023 09:23
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