This topic is locked

Kanban 2.0

3/23/2022 12:51:45 PM
PHPRunner Tips and Tricks
fhumanes author

img alt
I have created a new project, which I have named Kanban 2.0 , updating the version of the previous example, which I have named Kanban 1.0.

In the update I have done:

  • Port the application to PHPRunner 10.7
  • I have changed the notification system to use the one incorporated in the new version of PHPRunner.
  • I have changed the accesses to the database using the new Api.
  • I have included the basic debugging system in order to make it easier for you to debug your code.
  • I have simplified the example setup. This has been the source of many problems.
  • I have extended the functionality to change the "access" to the tasks, not appearing in the Kanban panel those that are already in the "final" state.

In general, it has become much simpler to code and therefore easier to understand for developers who want to use the example.

DEMO : https://fhumanes.com/kanban/

Access user " admin "/" admin ".

The appearance is like this.

img alt
The sources and explanation are on the page of this link .

I
IKA9 5/27/2022

thank sir ur projects are very big help Ihighly appreciate

fhumanes author 5/30/2022

Thank you very much @IKA9