Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrair committed Apr 18, 2024
1 parent 10f0148 commit 95ac175
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,18 @@ The application is currently deployed via Vercel at [http://unify-cs439.vercel.a
You can view an example of a User Profile page at [http://unify-cs439.vercel.app/user/testuser](http://unify-cs439.vercel.app/user/testuser). You can view an example of a Unify Results page at [http://unify-cs439.vercel.app/unify/testuser&hoixw](http://unify-cs439.vercel.app/unify/testuser&hoixw).

## Metrics Milestone
We have chosen to use a multi armed bandit approach to find what text for the "share" button on the user page
will result in the highest rate of the user sharing their results. 10% of the time, the user will be displayed a random
choice of the three possible texts, this is the exploration part. The other 90% of the time, the user will be displayed the text that has the highest conversion rate thus far.\
The three button texts that the user could be shown are:\
Share Results\
Share Cassette\
Share with Friends!\
We believe that this button is an appropriate element to implement the multi armed bandit procedure, as it is what drives growth of our application. New users will click this button to unify with their friends, and be prompted to create an account, increasing the reach of our application.



## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down

0 comments on commit 95ac175

Please sign in to comment.