About this Project - ZiXian92/Orbital GitHub Wiki
This project is done as part of NUS Orbital module. The project is about creating a web application that allows users to document down their life stories associated with the uploaded image and download it as a PDF file without going through the hassle of logging in to their blog or social networking sites. Users who created an account can file all their entries in as an archive of their lives. This project is implemented using the LAMP technology stack. Implementation roadmap is as follows:
- Design skeletal template that is applied across all pages(Completed)
- Filling out basic contents of Home and About pages, as well as the form used to create each entry.(Completed)
- Handling page requests and links using PHP scripting language.(Completed)
- Implementing basic MVC framework(majority Completed as of 9 June 2014)
- Create PDF file for submitted entry and prompts user to download(Completed)
- Implement database to store entries of registered users(Completed)
- User/session/cookie management(majority Completed as of 9 June 2014)
- Implement administrative user interface(completed as of 20 June 2014)
- Implement guided entry creation
- Testing functionalities and identifying loopholes
- Allow users to publish entry as Facebook post(Optional)
- Looking for server to host the application(preferably one that uses LAMP)
- Repeat Step 8 after hosting the application online.