Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
24
docs/architecture/user-flows.md
Normal file
24
docs/architecture/user-flows.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# User Flows
|
||||
|
||||
The user flows diagrams below illustrate typical paths users take through the application, helping developers understand how different components interact from a user perspective.
|
||||
|
||||
For information about the repository structure and module organization, see the [Project Structure document](project-structure.md).
|
||||
|
||||
## Mail
|
||||
|
||||
### Reading email
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Sending email
|
||||
|
||||

|
||||
|
||||
## Verifying Flows
|
||||
|
||||
We plan to test these user flows using [maestro](https://maestro.dev/), a tool for automating UI tests. Maestro allows us to write tests in a
|
||||
simple YAML format, making it easy to define user interactions and verify application behavior.
|
||||
|
||||
The current flows could be found in the *`ui-flows` directory in the repository.
|
||||
Loading…
Add table
Add a link
Reference in a new issue