keeleinstituut / tv-tolkevarav

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

Viewing personal tasks list view (FE) #273

Open MariusJulius opened 1 year ago

MariusJulius commented 1 year ago

Wiki - task list view Wiki - flow Design

Related BE task: #272

To-do:

MariusJulius commented 10 months ago

Implemented in #206

plakitkelly commented 8 months ago

There are client view wiki links, then according to wiki: For the client to have personal tasks in "Minu ülesanded" tab:

Currently client doesn't see his task in minu ülesanded tab

KaarelKa commented 8 months ago

@kadmit @MariusJulius @thenouan This is a known issue. Currently CLIENT_REVIEW tasks don't have the required information for displaying them in the My Tasks table, so they are filtered out. For other tasks we take the information from the "assignment" field, which doesn't exist for CLIENT_REVIEW tasks.

Would need the following info from the related project:

  1. ext_id of the project (id we already have)
  2. reference_number
  3. language pairs (I guess sub_projects of the project with their source_language_classifier_value and destination_language_classifier_value) if we go with the same approach as used in Projects list page.
  4. price
  5. type_classifier_value
MariusJulius commented 8 months ago

BE task: https://github.com/keeleinstituut/tv-tolkevarav/issues/683

plakitkelly commented 6 months ago

@KaarelKa I see that the mentioned info comes from the BE. Does the FE also need a fix?

KaarelKa commented 6 months ago

Yeah FE also needs to be changed

rebekkabb commented 6 months ago

@MariusJulius When filtering the tasks by language direction/pair in any of the tabs (Minu ülesanded, Ootel ülesanded, Minu ülesannete ajalugu) then CLIENT_REVIEW and CORRECTING type tasks are not included in the response, likely need some changes in BE to include them.

MariusJulius commented 6 months ago

@kadmit can you comment about the BE changes needed? Should I make a new issue out of it?

plakitkelly commented 4 months ago

Tested in 16.04 Personal task list view is OK, but filtering tasks by language direction is not fixed comment

MariusJulius commented 4 months ago

Filtering task: https://github.com/keeleinstituut/tv-tolkevarav/issues/743