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

✨ integrate cunningham datagrid #2311

Merged
merged 9 commits into from
Aug 2, 2023
Merged

Commits on Aug 2, 2023

  1. 🔥(website) remove Favorites feature

    Favorites does not exists for the moment in marsha.
    These codes come from the first prototype we made.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    294cea9 View commit details
    Browse the repository at this point in the history
  2. 👔(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.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    eddabad View commit details
    Browse the repository at this point in the history
  3. 🏷️(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.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    31927f8 View commit details
    Browse the repository at this point in the history
  4. ✨(frontend) integrate Cunningham DataGrid into playlist page

    - Replace the current playlist DataGrid with the Cunningham
    DataGrid
    - Remove from codebase the old DataGrid
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e858e09 View commit details
    Browse the repository at this point in the history
  5. ✨(frontend) replace playlist user datagrid by Cunningham dataGrid

    Replace playlist user datagrid by Cunningham dataGrid.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d3dbeb8 View commit details
    Browse the repository at this point in the history
  6. 👔(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.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5fde2fa View commit details
    Browse the repository at this point in the history
  7. 🏷️(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.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    295c01d View commit details
    Browse the repository at this point in the history
  8. ✨(frontend) replace portability request datagrid by Cunningham dataGrid

    - Replace portability request datagrid by Cunningham dataGrid.
    - Add CenterLoader component, a loader based on Cunningham Loader.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5fee5a1 View commit details
    Browse the repository at this point in the history
  9. ⚰️(frontend) remove SortableTable component

    SortableTable component has been replaced by the DataGrid component
    from Cunningham.
    AntoLC committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    615ba8f View commit details
    Browse the repository at this point in the history