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

[CALR-73] Vessel QA - Add tab on vessel characteristics #73

Closed
eblondel opened this issue Feb 19, 2024 · 0 comments
Closed

[CALR-73] Vessel QA - Add tab on vessel characteristics #73

eblondel opened this issue Feb 19, 2024 · 0 comments

Comments

@eblondel
Copy link
Member

Issue migrated from JIRA: https://sdlc.review.fao.org/jira/browse/CALR-73
Creator/Reporter: Emmanuel Blondel @eblondel
Assignee: Brian Ojok @brianandy
Priority: Medium
Status: Done
Date of creation: 2022-04-05T06:52:20.000+0000

For many vessels we miss one or more vessel characteristics. In the same spirit of CALR-71, the objective is to add a vertical tab 'Vessel characteristics', in which we can have a comrehensive table that counts vessels with missing vs. available characteristic.

Instead of having 1 table by characteristic, let's try to have a single table.

First column is the 'Action' -> To complete (with exclamation mark icon, in orange), vs Completed (with check icon, in green)

Then, one column per characteristic (see corresponding columns in reg_vessels) with the counting:

  • LOA
  • DRA
  • GT
  • SPEED
  • POWER

Column names to be i18n-enabled. For the english vocab terms, you can re-use the above names. 

The output should then look like this:

 
||Action||LOA||DRA||GT||SPEED||POWER||
|! To complete|xxx|xxx|xxx|xxx|xxx|
|✔ Completed|xxx|xxx|xxx|xxx|xxx|

For simplicity, you can stick with handling separate SQL queries per characteristic (to ease the counting SQL side).

 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant