I am hoping to upload a bare essentials version of "adding events" into my GAE by the end of the weekend.
The User Pages feature is done minus "image upload" which is in the process of being resolved with Madhu's help :). Also, for the "add another job" and "add another education", I created additional data models education.py and job.py for storing this for each user. I am expecting there will some more changes to make here and there based on everyone's feedback.
The latest has been uploaded to my GAE. The brief workflow which I also posted in an email to the list is as follows:
Student Roles:
- Log In
- Apply for a Student role by registering as a student.
- Upon completion of registeration, click the read "Create User Page" option on the sidebar.
- Fill in form.
- Click on 'View User Page to see how user page looks. or Browse User pages by clickin on "List User Pages" on the sidebar.
Mentor/OrgAdmin Roles:
- Log In
- Apply for a Mentor/OrgAdmin roles.
- Upon being accepted as mentor/orgadmin, click the "Create User Page" option on the sidebar.
- Fill in form.
- Click on 'View User Page to see how user page looks. or Browse User pages by clickin on "List User Pages" on the sidebar.
The Week Ahead:
- Develop Calendars+events feature upto near-completion
- Revise User Pages based on feedback from development team
- Improve the datamodel structures of jobs and education to create them as App Engine entity groups with the User Page as parent.
No comments:
Post a Comment