knboard icon indicating copy to clipboard operation
knboard copied to clipboard

Thoughts on second version of Knboard

Open HappyNinja2 opened this issue 3 years ago • 2 comments

Hi @rrebase, I wanted to know what your thoughts are about the roadmap of the project. I was thinking about

  1. Adding more features to the login part including: reset password, password confirmation, social login and mocking the emails.
  2. Working a bit more on the UI to add a react-material template for first page.
  3. 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.

HappyNinja2 avatar Mar 06 '21 18:03 HappyNinja2

Hello. If I may, a feature I would love is to make the app fully live, using web sockets and AGSI.

DayDotMe avatar Mar 11 '21 10:03 DayDotMe

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

  1. 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.
  2. If there's a template that fits somewhere really well and adds value, yeah why not.
  3. More instructions are always welcome. DO even supports setting up a "One Click Install", which is pretty neat.

rrebase avatar Apr 17 '21 09:04 rrebase