Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Story] Auto-fill room's address (alias) in case of a public room #2584

Open
2 tasks done
mxandreas opened this issue Oct 16, 2024 · 1 comment
Open
2 tasks done

[Story] Auto-fill room's address (alias) in case of a public room #2584

mxandreas opened this issue Oct 16, 2024 · 1 comment

Comments

@mxandreas
Copy link

mxandreas commented Oct 16, 2024

Description

  • As a user who has chosen to create a public room
  • I want the room address to be auto-filled for me
  • So that I would be less puzzled about what's a room address and what should I type in there

Conditions:

  • The algorithm to auto-fill the should derive the address from the room's name (as it gets entered by the user):
    • By removing symbols that are not allowed;
    • Except when the not allowed symbol is a whitespace - then replace it with a dash (-)
  • The auto-filling is done live (e.g. as user is typing in the room name):
    • Should user make manual edits to the room address, the auto-filling should pause (e.g. not make updates to the address even user edits the room name).
    • Should the user completely erase the room name, the auto-filling should resume.
  • It is not expected the algorithm to solve potential collisions with already existing addresses.

See #2585 for which symbols are allowed and which not.

Acceptance criteria

  • The user can see the address to be auto-filled as they enter or change the room's name.
  • When user changes the address manually, and then goes and changes again the room name, the address is no longer updated.

Size estimate

None

Dependencies

  • None

Out of scope

  • Nothing

Open questions

Questions

Subtasks

Android

  1. T-Task
    ganfra

iOS

No tasks being tracked yet.

Rust

No tasks being tracked yet.

Other

No tasks being tracked yet.
@mxandreas mxandreas changed the title [Story] [WIP] Auto-fill room's address (alias) in case of a public room [Story] Auto-fill room's address (alias) in case of a public room Oct 22, 2024
@mxandreas
Copy link
Author

I made 2 updates regarding auto-filling address:

  • Clarified that auto-filling is done live.
  • That auto-filling should resume when user completely erases the room name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant