Skip to content
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

Adding Notes/Subtasks to Tasks #104

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

JJZ43
Copy link

@JJZ43 JJZ43 commented Dec 13, 2020

I originally added a subtask system, allowing you to add tasks to already existing tasks. I realized this is just adding notes, so I changed it to being called Notes, but all the code references sub tasks. Tasks are edited to have a new subs variable that stores all of the added notes/subtasks.

To use it, there is a new button under each Task that says "Add Note". If the description line is not empty, it will add whatever is in it to the task that had the button clicked as a Note below it, and afterwards wipe the title and description input boxes. (Originally i wanted there to be a separate box for adding a note, but i'm not that good at HTML or js, so I just used the existing description box)

…eady existing tasks. I realized this is just adding notes, so I changed it to being called Notes, but all the code references sub tasks.

To use it, there is a new button under each Task that says "Add Note". If the description line is not empty, it will add whatever is in it to the task that had the button clicked as a Note below it, and afterwards wipe the title and description input boxes. (Originally i wanted there to be a separate box for adding a note, but i'm not that good at HTML or js, so I just used the existing description box)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant