Cotary Create: Feedback Feb 26th deployed live: https://daocreator-v2.herokuapp.com/
Please provide feedback on latest deployment here https://daocreator-v2.herokuapp.com/.
Remaining todos before shipping:
- [x] https://github.com/dOrgTech/DAOcreator/issues/447
- [ ] https://github.com/dOrgTech/DAOcreator/issues/442
- [x] https://github.com/dOrgTech/DAOcreator/issues/432
- [x] https://github.com/dOrgTech/DAOcreator/issues/428
This is things are important however it does not stop the app from being functional. For me this remaining issues are to make it perfect.
@dOrgJelli @pimato @orishim
Looks amazing! Here are some minor things I found:
- Layout on mobile is still pretty buggy
- Top-Left options pane gets cut off

- Thresold Const & DAO Bounty Const don't have up & down arrows like the other numbers.
- When editing some fields (Queued Vote Period Limit for example), focus is reset after you type a number. This requires you to click the box again to regain focus so you can continue to type. This is generally caused by excessive setState logic that's unneeded when using observable fields.
orishim:
Still not done:
DAO Name -> Name
DAO Symbol -> Symbol
Auto-bet against every proposal to incentivise curation -> Auto-incentivize proposal curation
Slow/Medium/Fast tooltips
Advanced:
- [x] hours should enforce <24 and minutes <60
- [x] typing in a number on a field with 0 should replace the 0 (DAOcreator v1 had the same issue but was resolved)
@orishim can you explain a bit more the second point please ?
When I click on one of the fields with a 0 and then type 7, it ends up saying “07” rather than “7”
- [x] edit and remove member icons should be clickable on hover
@orishim got it I will get my hands to this.
@orishim the issues based of your comments are now done.