Skip to content

Fix to imports: Volunteers and Clients get status from t_RollenEnde plus bugfix with language_skills

Story in Trello

  • Languages where not imported correct
    • foreign key mixup caused wrong language to be joined
    • levels where mapped wrong
  • creation time and update time are taken from the access db and used on the imported client and volunteer records.
    • this allows to have usable sorting and more. I recon it would simply be terrible without
  • Records that have a RollenEnde date present get RESIGNED (Volunteer) or FINISHED (Client) state
  • Volunteers have a first_language collumn, that just displayed the first language in the list so far. That cannot be the propper implementation, because if there is multiple language_skills for a record, the chances are 50/50 at best, that this really is the natively spoken first language 😉

Done?

Done for approval?

  • Code quality checks are green
  • Translated
  • Code is reviewed

Done after the merge?

  • Deployed to staging after the merge
  • Tested manually on staging

Merge request reports