-
Notifications
You must be signed in to change notification settings - Fork 24
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
✨ integrate cunningham datagrid #2311
Commits on Aug 2, 2023
-
🔥(website) remove Favorites feature
Favorites does not exists for the moment in marsha. These codes come from the first prototype we made.
Configuration menu - View commit details
-
Copy full SHA for 294cea9 - Browse repository at this point
Copy the full SHA 294cea9View commit details -
👔(backend) add created_on field to playlist serializer
We need to be able to sort playlists by creation date. This commit adds the created_on field to the playlist serializer to be accessible to the frontend.
Configuration menu - View commit details
-
Copy full SHA for eddabad - Browse repository at this point
Copy the full SHA eddabadView commit details -
🏷️(frontend) add create_on to the playlist interface
From now, the backend provides us the create_on field, we update the interface to reflect that.
Configuration menu - View commit details
-
Copy full SHA for 31927f8 - Browse repository at this point
Copy the full SHA 31927f8View commit details -
✨(frontend) integrate Cunningham DataGrid into playlist page
- Replace the current playlist DataGrid with the Cunningham DataGrid - Remove from codebase the old DataGrid
Configuration menu - View commit details
-
Copy full SHA for e858e09 - Browse repository at this point
Copy the full SHA e858e09View commit details -
✨(frontend) replace playlist user datagrid by Cunningham dataGrid
Replace playlist user datagrid by Cunningham dataGrid.
Configuration menu - View commit details
-
Copy full SHA for d3dbeb8 - Browse repository at this point
Copy the full SHA d3dbeb8View commit details -
👔(backend) add created_on field to PortabilityRequest serializer
We need to be able to sort portability request by creation date. This commit adds the created_on field to the portability request serializer to be accessible to the frontend.
Configuration menu - View commit details
-
Copy full SHA for 5fde2fa - Browse repository at this point
Copy the full SHA 5fde2faView commit details -
🏷️(frontend) add create_on to the portability request interface
From now, the backend provides us the create_on field, we update the interface to reflect that.
Configuration menu - View commit details
-
Copy full SHA for 295c01d - Browse repository at this point
Copy the full SHA 295c01dView commit details -
✨(frontend) replace portability request datagrid by Cunningham dataGrid
- Replace portability request datagrid by Cunningham dataGrid. - Add CenterLoader component, a loader based on Cunningham Loader.
Configuration menu - View commit details
-
Copy full SHA for 5fee5a1 - Browse repository at this point
Copy the full SHA 5fee5a1View commit details -
⚰️(frontend) remove SortableTable component
SortableTable component has been replaced by the DataGrid component from Cunningham.
Configuration menu - View commit details
-
Copy full SHA for 615ba8f - Browse repository at this point
Copy the full SHA 615ba8fView commit details