SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
712 stars 287 forks source link

Replace waffle.io with issue.sh #1360

Closed fabiodurao closed 3 years ago

fabiodurao commented 4 years ago

Since last year when waffle.io ended, there has been no update to a graphical project management tool. I researched and discovered the issue.sh (https://issue.sh) which is free for an open source project, I suggest its implementation to help colleagues who are not from the development area to follow the evolution of the project.

radek2s commented 3 years ago

Since Scada-LTS 2.5.0 version we have started using GitHub Projects to provide a Kanban board to our project. Now backlog for iteration is descripted there and it is much easier to be up-to-date with progress of development. Advantage of that solution is integration with our existing accounts so developers do not have to create another profiles on the 3-rd party sites. Now people that are not developer can see status of each task that is going to be provided.

Golffies commented 3 years ago

Hello Radek,

Since Scada-LTS 2.5.0 version we have started using GitHub Projects to provide a Kanban board to our project. Now backlog for iteration is descripted there and it is much easier to be up-to-date with progress of development. Advantage of that solution is integration with our existing accounts so developers do not have to create another profiles on the 3-rd party sites. Now people that are not developer can see status of each task that is going to be provided.

I love that. It delivers a higher level view than browsing into tasks and commits, and is ideal to communicate what we are doing in near real-time to our client, should we need to do so. One and a half year ago, Grzeszek and I tried to achieve something similar, based on ZenHub, interfaced with GitHub. Perhaps it failed because of a lack of our motivation to populate the Kanban board.

That time I am going to have a deeper look at it.

Is the Kanban board populated with tasks automatically from actions performed on our main repository (I am afraid not), or should each one create tasks manually into the board to make them appear there (I guess so) ?

Thanks!

Golffies commented 3 years ago

Hello Radku!

Since Scada-LTS 2.5.0 version we have started using GitHub Projects to provide a Kanban board to our project. Now backlog for iteration is descripted there and it is much easier to be up-to-date with progress of development. Advantage of that solution is integration with our existing accounts so developers do not have to create another profiles on the 3-rd party sites. Now people that are not developer can see status of each task that is going to be provided.

I love that. It delivers a higher level view than browsing into tasks and commits, and is ideal to communicate what we are doing in near real-time to our client, should we need to do so. We may then have to enhance the description given to the tasks, we will see. One and a half year ago, Grzeszek and I tried to achieve something similar, based on ZenHub, interfaced with GitHub. Perhaps it failed because of a lack of our motivation to populate the Kanban board.

That time I am going to have a deeper look at it.

Is the Kanban board populated with tasks automatically from actions performed on our main repository (I am afraid not), or should people create tasks manually into the board to make them appear there (I guess so) ?

Thanks!