oceanprotocol / pdr-web

https://predictoor-web.vercel.app
1 stars 2 forks source link

Reduce friction: In title bar, make "Run bots" leads to README.md vs just repo #313

Closed trentmc closed 4 months ago

trentmc commented 4 months ago

Summary TODO: In title bar, make "Run bots" go to the url https://github.com/oceanprotocol/pdr-backend/blob/main/README.md.

Background / motivation

Via the "Run bots" button in predictoor.ai's title bar, there's a fat path leading to pdr-backend, where the main call-to-action there is to run a predictoor bot, or a trader bot. Good.

Yet there's still a tiny bit of friction. It takes me to the main repo url, rather than zooming in on the README. The repo has about a page's worth of files. The user has to realize they need to scroll past those files, to get to the README, to find the links to "Run predictoor bot" or "Run trader bot".

Here's screenshots. This is at 100% zoom on a MacOS Chrome browser. The first screen doesn't get to the README at all. Only halfway through the second screen do they get there.

Screenshot 2024-07-09 at 07 06 06 Screenshot 2024-07-09 at 07 06 20

Towards a solution

Instead of going to the repo at https://github.com/oceanprotocol/pdr-backend ...

We can instead point directly to the README.md inside the repo. That is: https://github.com/oceanprotocol/pdr-backend/blob/main/README.md

Then the user doesn't have to scroll at all. The actions for "Run predictoor bot" and "Run trader bot" are front and center.

Screenshot 2024-07-09 at 07 06 30

TODO

In title bar, make "Run bots" go to the url https://github.com/oceanprotocol/pdr-backend/blob/main/README.md.

trentmc commented 4 months ago

cc @KatunaNorbert or @kdetry . One more quick one for either of you. Thank you.