-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extra infomation to cards #19
Comments
@Also-Spineless Here's how it is looking for now. The video below is the current workflow added to Progress. Here the user can add sub-tasks to a card along with some notes about a certain card. progress-demo.mp4Although it looks enough to me, I think this could be better somehow. If you have any ideas, please let me know |
Wow, this video shows a significant improvement for the next version. I like the notes section for each card. That is important from a troubleshooting or progress recording point of view. The checklist is a nice feature and is different from other Kanban systems. :) Some new ideas
Example Consider another example where I need someone to translate a technical document into another language. The card would describe where the original document is, what language(s) the documents need to be translated into, Who can do it and their quote. It can describe a crowd-sourcing platform such as Freelancer, where I ask someone to do this work for me. I can assign it to a "future translator" later; when I find someone, I can change that to John Smith, who has agreed to do the work. If I have a number of these tasks with different quotes/people, I would like to know the total cost and time to complete them at the board level. Cheers, Spineless |
I like your progress. I am not sure what features from my list you have implemented. (It is your code, there is no pressure from me, I am only requesting features). However, from what I can see the UI is better. Does it have a new line feature implemented? Can you write a list without too much difficulty? Are you there yet? As far as a deadline is concerned there are a couple of views on what a deadline actually is. ( You might already know this, but I will assume I am being helpful.)
These are the basic ideas of deadline. It is often related to the critical path, which is a series of tasks that represent the longest period of time to complete the project. This is the theory. From a scrum point of view, a "feature" has levels of perfection. The "feature" or task can have several versions. Each new version is a little bit better than the last version. So, the best way to define a feature, such as "deadline" is to make the most simple deadline field possible. This could be as simple as a text box. later change it to a date field, later add an alarm, dependencies, and critical path information. I don't need anything complicated. just a simple text box is fine. Hope this helps, |
The current "Progress" increment only allows the users to create plain cards. For most task, this is not enough. Thus, the user should be able to add extra information to a card
These features should support the already existent features, like drag-and-drop, by being able to extract sub-tasks of card onto the card's card list.
The card's widget UI may change drastically after implementing this change. Also, the core library will also have to provide support for these changes by having new fields.
The text was updated successfully, but these errors were encountered: