Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 763 Bytes

Could your team use a tool to help visualize the tasks they're given and track their progress? Enter Assemble! The new virtual scrumboard that all developers will want!

Current features include:

  • User sign-up and login
  • A user home page which lists all of the teams you're a part of and the ability to join an existing team or create a new team
  • A team scrum board page where a user can:
    • Create stories to describe the nature of a set of tasks
    • Create tasks corresponding to a story
    • Drag and drop tasks to update their current status or order
    • Passwords stored and verified using bcrypt

Future features:

  • Responsive styling
  • Websocket integration allowing users to simultaneously log into the same team and see live updates from other users