Install Python3 on the serverSetup a MySQL database for the Django framework to accessCreate a website which our potential users could access*
The last item has an asterisk because the "website" that the users can access is nothing more than a page that notifies that a web server is running, but there is no content on the site.
We then proceeded to set goals for next week. This included developing a user story which we plan to implement. This is our first user story:
Amber wants to log in to manage to our web service to manage her home. She navigates to the log in page, inputs her credentials, and is greeted by a welcome page.
Here is what we decided on.
- Create a simple log in page for the website.
- Create a subversion repository for our project.
- Implement tests to simulate Amber's success story.
- Allow Amber to experience success in her user story.
- Develop a mock-up of what we expect the user interface might look like.
In order to reach these goals, we will each independently walk through the Django tutorial so that we are at some level familiar with the framework that we are using. We plan on completing this by the start of the weekend so that we can work on actually building our website over the weekend and implementing our user success story.
No comments:
Post a Comment