Skip to content

chauvincent/CodeSprint-iOS

Repository files navigation

Welcome to CodeSprint!

enter image description here

CodeSprint is an iOS application coming to the Appstore soon (awaiting approval). More features will be developed and released such as Burndown Charts. I was inspired to make this app because of my undergraduate experience as a CS student. There was no way to hold students accountable when they did not complete their assigned tasks in group projects. Many college students are practicing something similar to the "SCRUM" model but it is done inefficiently. I came to realize that every two weeks in school when you were assigned a new program, it is similar to the concept of a "Sprint". Due to the lack of project management, poor breakdown of tasks and lack of SCRUM meetings, students do not feel the "truth-seeking" pressure from SCRUM meetings and efficent task management. Hence, I created CodeSprint to help developers/student developers to bring SCRUM into their workflow, either in the classroom or for personal projects.

This app is completely free, with no ads. I just hope my app would help someone out there that has been in my position before.

enter image description here

CodeSprint: Task-Management

CodeSprint is "SCRUM"-based, where there is a Product Backlog, a Sprint Backlog, along with Active Sprints. There is also Group Messaging. In the future I will include Burn-Down Charts to help figure out reasons for why the team did not meet deadlines.

Note:

  • CodeSprint currently requires either GitHub sign-in or Facebook sign-in. (No longer requires this)
  • More features to be developed and to come after released.

Creating or Joining a Team

enter image description here

Just tap the Plus button to create a team and set up a password. You may leave it blank if you don't want a password. Or Tap on the search button to join a team. Tap of the X to select a team to leave. Swipe it away if you want to dismiss.

Note:

  • If you leave a team where you are the only member left, your data will be be deleted!
  • Team names must be a unique identifier. Share your team name and password to you partners, so your they can join.

Sprint Menu

enter image description here

enter image description here

The Sprint Menu for the team is broken into 3 parts:

    1. Product Backlog: add all the project spec/requirements here.
    1. Sprint Backlog: add all the tasks needed to meet all the specifications.
    1. Active Sprints: create new sprints with a specific deadline. Import the goals from the sprint backlog by pressing the + button, and mark them as complete as you go.

enter image description here

Group Messaging

CodeSprint supports group messaging. Be sure to check in with your team everyday!!

enter image description here

Remarks:

There are three golden rules of CodeSprint: ALWAYS!!, ALWAYS!! CHECK IN WITH YOUR TEAM:

  • What did you do yesterday?
  • What will you do today?
  • Did you run into any issues?

The MIT License (MIT)

Copyright © 2016 Vincent Chau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.