You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,16 +115,6 @@ To run tests through VS Code, put the following snippet in your `settings.json`:
115
115
116
116
To run tests through GoLand, go to `Run | Edit Configurations` and then add a new `Go Test` configuration with `DB_NAME=test`.
117
117
118
-
### Testing New User Experience
119
-
We should test our new user experience every so often. You can achieve this locally by nuking your database. However, this is not always desired.
120
-
121
-
While we still have the waitlist in place (until October 7th), these are the steps that should be taken to get the New User Experience without nuking the database:
122
-
1. Get a new email account that you have not logged in to General Task with
123
-
2. Add `&& lowerEmail != <email address>` to the if statement located here: https://github.com/GeneralTask/task-manager/blob/48a2171f27af0f07f9950bfaf807bc42fc839929/backend/api/login.go#L155-L158
124
-
3. Spin up the frontend, and login as you normally would, with the email that you have added to the if statement
125
-
126
-
Follow these steps, and you should see what a new user to General Task would see when signing up.
127
-
128
118
## Deploying backend
129
119
Our backend is currently on AWS EKS in us-west-1 region. These are the steps to setup access.
0 commit comments