Skip to content
elishla edited this page May 24, 2016 · 3 revisions

Iteration 1 goals:

Because this iteration is the first out of 4 iterations we want to give impression and "taste" how the project will be designed, built and used, so our goals are:

  • Having the minimal parts of our project: main pages and 3 basic tables in the database.
  • Creating the outer graphical interface which will allows the customer to get an initial impression of the product.
  • Showing how a logged-in client will be able to see the lessons which he has registered already.
  • Enabling a logged-in client to delete lessons which he has registered to them.
  • Setting the structure of the whole project.

###Information about the tasks: Huboard
Issues
Our gitter

###Testing optional tests on the main tasks of this iteration:
1.
test: press in nav bar on "Gallery"
expected result: the page "Gallery" will be shown with some beatiful photos
2.
test: press in nav bar on "login"
expected result: the page "login" will be shown
3.
**test:**fill in existing user name and password (there is a need to see the table "client" if it really exists)
expected result: the page "individual" will be shown with the lessons which this specific is registered to.
4.
**test:**press the delete button in one of the lines
expected result:
-this line will not be shown anymore
-in the table "lessons_of_clients" this line was deleted.

###screenshot of the huboard in the end of this iteration screenshot after

###conclusion of the iteration: As we can see in the screenshot above, all the tasks of iteration 1 were done, include the submition task which is circled with red and was assigned to Hadar (to check it)


There is still the risk that we won't manage to accomplish the project till the end of the semester (which is really very close...) so all the team must be responsible and care about our project: checking mails twice a day (at least), doing their tasks from the huboard not in the last moment...

###Meeting and discussion summary, feedback of the customer:

  • We changed the original plans (-using MEAN STACK) because lack of time. We prefer to do our project in familiar technology: so our project is going to be based on asp.net and SQL sever.
  • In order to prevent many problems of Visual Studio versions, we decided that everyone in the team must have visual studio 2012 or 2013.

Iteration 2 planning:

In next iteration we continue working on the started project:
adding more tables:
Machines,Teachers,Contract_types
creating more pages:
RegisterUser,ChooseLesson,RegisterLesson,explain
functionality:
login-logout resoring forgetten password

iteration 2 page

Clone this wiki locally