knboard
knboard copied to clipboard
Thoughts on second version of Knboard
Hi @rrebase, I wanted to know what your thoughts are about the roadmap of the project. I was thinking about
- Adding more features to the login part including: reset password, password confirmation, social login and mocking the emails.
- Working a bit more on the UI to add a react-material template for first page.
- Instructions for deploying to AWS, Heroku.
I had look around some other projects and I think the structure of the code has so much potential to even be used as a boilerplate code. I can start working on the first and second issue, but wanted to know what you think.
Hello. If I may, a feature I would love is to make the app fully live, using web sockets and AGSI.
Sorry for the delayed response.
Yeah adding web sockets to make the board update in real-time, would be a fantastic development and major improvement as currently it doesn't even have polling. Feel free to tackle it and create a PR.
A few other important features missing are https://github.com/rrebase/knboard/issues/52 and https://github.com/rrebase/knboard/issues/53 These should be relatively easy to add.
Regarding your points @arvandf
- These features are great to have, but mostly focus on auth/user management which I wouldn't consider a priority & social login requirements can be very different for whoever wants to self-host this.
- If there's a template that fits somewhere really well and adds value, yeah why not.
- More instructions are always welcome. DO even supports setting up a "One Click Install", which is pretty neat.