diff --git a/Routes.md b/Routes.md index 6a7291c..425d425 100644 --- a/Routes.md +++ b/Routes.md @@ -1,4 +1,3 @@ - The main.dart runs, and there's 4/5 routes, - The `/` route is the initial route when the app starts, and calls the SplashScreen class, which checks if the user is already logged in, if so then the user then goes on to the `/home` route, if not then `/login` @@ -8,5 +7,8 @@ The main.dart runs, and there's 4/5 routes, - The `/contacts` route is a screen where all your contacts should be in list tiles (not implemented yet). -- The `"/email/:subject/:target/:viewspecs/:emailID"` route, is a route that makes possible the email viewing when an - +- The `"/email/:subject/:target/:viewspecs/:emailID"` route, is a route that makes possible the email viewing when an link is created in the email view, where you define: + - subject is the name of the email thread + - target is the section of the email and its brother nodes that are shown + - viewspecs is the augment commands to apply to the view, whether to add numbering on the left or right side or some others, (not implemented for this route) + - emailID is a unique ID that directs to the email, this is autofilled so the user doesn't have to know