Skip to content

Commit 175aed0

Browse files
authored
Update README.md (#3446)
1 parent d85e434 commit 175aed0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@ To run tests through VS Code, put the following snippet in your `settings.json`:
115115

116116
To run tests through GoLand, go to `Run | Edit Configurations` and then add a new `Go Test` configuration with `DB_NAME=test`.
117117

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-
128118
## Deploying backend
129119
Our backend is currently on AWS EKS in us-west-1 region. These are the steps to setup access.
130120

0 commit comments

Comments
 (0)