-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tasks #11
Tasks #11
Conversation
Admins can create and assign tasks to other users. Tasks can then be marked as "Started" or "Completed" by the assigned member.
Display additional user info on users page.
Cool, thanks for the edits! I'll check this out locally and merge if things look good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @lewisevan, I like the changes, but I can't merge them without making a mess with Git. I pushed commits after you made the PR, not realizing at the time that merging your code would be very difficult. I'm going to make another temporary branch to apply your changes to, and merge that in myself (unless you want to do that, and have your name on the commits).
You can just go ahead and re-commit the changes in another branch. That will probably be the easiest way to merge them. Your changes look great by the way! Except now I've lost the ability to edit announcement messages.... |
Yeah, will do! Huh, everything should be working... I'll check on it after this merge. |
Adds a new feature that allows admins to create and assign tasks. Members can view their assigned tasks from the homepage, and mark the tasks as started/completed.