openspp-modules icon indicating copy to clipboard operation
openspp-modules copied to clipboard

Added Translation in Area Import

Open reichie020212 opened this issue 1 year ago • 4 comments

Import area should support translation of area names in one excel file, there should be no limit on how many translation are included in the excel file.

reichie020212 avatar Jun 29 '24 14:06 reichie020212

Findings: Need to discuss limitation

Able to translate Area language using translations from CSV uploaded - PASS

Limitation: This feature will only work if, first, the preferred language was activated, then the file with the preferred language is uploaded. Uploading the csv first then activating the preferred language will not translate the values.

anthonymarkQA avatar Sep 02 '24 09:09 anthonymarkQA

@anthonymarkQA Additional features/content:

  • Add an error message if one of the languages in the file is not activated in the system.
  • Add an instruction in the error message that says "asks admin to activate the language "

reichie020212 avatar Sep 03 '24 04:09 reichie020212

Findings: Returned to DEV

Validation if the language is activated is not working. image

anthonymarkQA avatar Sep 25 '24 03:09 anthonymarkQA

Update: Still investigating the issue on runboat not recognizing the new method for the model spp.area.import. Already reported this issue to ken.

reichie020212 avatar Oct 08 '24 02:10 reichie020212

@reichie020212 to follow up on comments from @kneckinator

celinenilla avatar Oct 15 '24 02:10 celinenilla

Issue with runboat has been solved, where dependencies from external components where downgrading six OpenSPP components to use [email protected], which effectively would downgrade them to use the 17.0 branch instead of the branch specified when creating the runboat instance.

kneckinator avatar Oct 15 '24 10:10 kneckinator

Findings: QA Passed Tested in a runboat instance bf6fbed79-05b0-4fe4-aba5-099e6b5cb744 When import button is clicked, allow import if alternate language in csv is already activated - PASS

When import button is clicked, validation error message appears if the alternate language in the csv is not yet activated - PASS image

anthonymarkQA avatar Oct 18 '24 06:10 anthonymarkQA