This topic is locked

ToDo List template

4/24/2020 7:13:47 PM
PHPRunner General questions
M
MarkTimmer author

I like what is see... but miss the basic knowledge, like what is a board, a list, a card and in what perspective should i see them. Anyone aware of some explenation about this planning system?

T
thudsen 4/28/2020



I like what is see... but miss the basic knowledge, like what is a board, a list, a card and in what perspective should i see them. Anyone aware of some explenation about this planning system?


I'm using it. Really good. Bit like a trello screen.
Board == the name of the kanban board (eg: The board which contains all the lists and actions)

List == On each board there are lists which you can create to help with the project management (eg: Not started, in progress, complete)

Card == Cards are individual actions or issues you are tracking. You can drag cards between different lists, so when an action in progress is completed, you simply drag it across to the completed list.
This all links in to a gantt chart on a different view and a calendar view for deadlines etc.
Really good explanation of how to use a kanban board here https://zapier.com/learn/project-management/kanban-board/
I think it's really good. The only thing I'm still trying to work out is how I can add/edit/view encrypted fields on the cards. I'd tried editing the custom.php file, but have since discovered it isn't a usual mysql command. It looks like you need to use a decrypt code in the "events" using Database API. Not quite figured out how to do it yet... Watch this space.