nccasia / mezon-fe

1 stars 0 forks source link

Mobile app: UI Error with channel settings #3825

Open Abilene-may opened 4 weeks ago

Abilene-may commented 4 weeks ago

Environment: Mobile - IOS - TF version 1.0.74 (3) Steps:

  1. Channel Settings -> Channel Permission
  2. Observe

Actual Result: UI Error in light mode

Image

Bug 2: Validate Channel name input when Editing Channel name

Requirement:

  1. The maximum clan name is 64 characters
  2. words
  3. number
  4. or - If enter an invalid name with the above requirement => display the message "Please enter a valid channel name (max 64 characters, only words, numbers, or -)."

Unique Channel Name validation Channel Name is unique in a Clan, If the user enters a Channel Name that already exists in a specific Clan => display Message "The Channel name already exists in this Clan. Please enter another name."

vyhuynhngoc commented 3 weeks ago

Bug 2: Error dupplicate channel name -> BE not check

Abilene-may commented 3 weeks ago

Environment: Mobile - IOS - TF version 1.0.74 (8)

Bug 1: Check bug 2 when creating a new channel (Unique Channel Name validation)

Bug 2: Pre-condition: you have a public channel Steps:

  1. Channel Settings -> Channel Permission
  2. Convert public channel to private channel -> Save
  3. Observe

Actual Result: Still have to stand at the Channel permission screen

loi-huynhphuc commented 2 weeks ago

BUG1: In light mode, the UI is still normal Image Image BUG 2: has been fixed