apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
1.94k stars 206 forks source link

Copy inconsistency #601

Open SzramaApptension opened 1 week ago

SzramaApptension commented 1 week ago

Describe the bug

I found some copy inconsistency:

  1. Create new organization button

    Screenshot 2024-07-05 at 12 38 15

    I think there should be Create new organization instead Create new tenant

  2. Invite new member - placeholder

    Screenshot 2024-07-05 at 12 38 45

We are inviting new members by emails so placeholder should be changed appropriately.

  1. Missing username(email) in notifications Screenshot 2024-07-04 at 11 48 14

If user has not provided personal info his email address should be shown instead in notifications like it is presented in member list.

Steps to reproduce

case1:

  1. Log in as a user with no organizations
  2. Click Organization settings
  3. Notice copy on button Create new tenant - it should be Create new organization

case2:

  1. Log in
  2. Switch from personal account to organization
  3. Click Organization settings
  4. Notice that placeholder for Email is Name

case3:

  1. Log in as user A
  2. Invite user B to organization
  3. Log in as user B
  4. Accept invite to organization
  5. Switch back to user A
  6. Notice that in notifications there is no user data

System Info

Tested on QA environment

Logs

No response

Validations