Alessandro Pezzato
Alessandro Pezzato
Our chat is very simple and should only be used for the first contact. It exists to protect our users privacy, so their contact information are secret. **Users should be...
Users should be able mark other users as friends. Friends are able to see protected data (#110)
Users should be able to add some protected personal data. Protected data should be visible only by "friend" users. Possible data: - github handle - telegram handle - twitter handle...
Scores and badges may stimulate users involvement. Some ideas: - experience level: keep track of how many pair-programming sessions users do. This cannot be automated or verified. But we can...
When I type an URL in the chat, it's shown as normal test. It should be a clickable link
User should be able to opt out completely from service. Add an "Delete your account" button to "Account" page. Text: "Once you delete your account, there is no going back....
Add devand-ui and devand-web visual regression tests. See https://github.com/NimaSoroush/differencify
Pair-programming is good, but have you tried mob-programming? Users should be able to opt for mob-programming filtering: let other users know he/her is available for MP and show in the...
This website only support English. We can support more languages with crates like [fluent](https://github.com/projectfluent/fluent-rs)
Rocket [does not have websockets yet](https://github.com/alepez/devand/issues/48) but we can at least implement notifications with Server Side Events as soon as https://github.com/SergioBenitez/Rocket/pull/1365 is merged