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.
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.
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.
TODO
In title bar, make "Run bots" go to the url https://github.com/oceanprotocol/pdr-backend/blob/main/README.md.