keeleinstituut / tv-tolkevarav

Tõlkevärav (Translation Hub)
1 stars 0 forks source link

Orders list view and functionality (FE) #238

Open MariusJulius opened 1 year ago

MariusJulius commented 1 year ago

Wiki - order list view Design

BE task #237

To-do:

KaarelKa commented 1 year ago

@thenouan Would it be possible to get some exampe mock data for this ?

If I understand correctly we would need:

  1. List of orders (can be just 1-2 orders for now)
  2. List of the suborders related to those orders (Same 1-2 per each order should be fine)

Extra (Can come later)

  1. Not sure if this is clear yet, but some parameters that should be used for sorting/filtering/pagination (I understand that this will come directly from camunda later, so I'm assuming the logic for filtering/sorting/pagination will be different from our API)
KaarelKa commented 1 year ago

Notes for testing:

There are some things that don't match design and this is intended.

  1. Instead of cutting off the value in a cell, the table will be horizontally scrollable, so everything would fit
  2. For the "Soovin näha vaid oma tellimusi" checkbox we used our regular checkbox design, so it would match other checkboxes, instead of the slightly modified version on this screen.
  3. Used DD.MM.YYYY hh:mm format for dates, instead of the American format in design
  4. Some sorting and filters are missing for now, they will be added later
KaarelKa commented 1 year ago

@MariusJulius Currently this task is done with mock data. Filtering, sorting and pagination are currently not implemented (Need endpoint for this).

plakitkelly commented 1 year ago

Created new issue #515