SuperCoopBerlin / tapir

Member & shift management system for our cooperative supermarket, SuperCoop Berlin eG
GNU Affero General Public License v3.0
31 stars 22 forks source link

Simplify the adding of new Applicants #382

Open seuribe opened 2 years ago

seuribe commented 2 years ago

Background When someone from the Mitgliederbüro wants to add someone as an Applicant, they follow this process:

  1. Make sure they are not already added as applicants, by doing a search in the list of applicants, using the browser "search in page" function
  2. Make sure they are not already members, by using Tapir's user search function
  3. If they are not registered either as members or applicants, then they create a new account
  4. After creating the account, the applicant is often "upgraded" to member

This process has the following problems:

Proposal An ideal process should satisfy the following:

seuribe commented 1 year ago

We will conduct a workshop to work on the "member journey", and this might bring new insights into this issue.