Skip to main content

Summer Vacation Plans : Project Completion List


Smart Attendance System
  1. Implmenting the case study of University Mangement that includes subjects like, Registration, Performance and Attendance
  2. Learn about interfacing embedded devices with Raspberry Pi
  3. Use http://cubes.databrewery.org/ for datawarehousing purposes

NGO App
  1. Deploy on Heroku instead of pythonanywhere
  2. Refractor code for Django app
  3. Publish mobile app v1.0 on Play Store
  4. Integrate scrapy project with Django app
N-Li8
  1. Include ownership of notices
  2. Add access control for notice entity

Explore IBM Library for UML Diagrams

Sequence Diagrams
http://www.ibm.com/developerworks/rational/library/3101.html

Comments

Popular posts from this blog

Attendance Management System - An IOT approach

In the course of Software for Embedded Systems, we chose to implement Attendance Management System using embedded devices like RFID Reader, GSM Module and Raspberry Pi as our development board. Even before entering into BITS Pilani, I had wished to work with Raspberry Pi. It always intrigued me on how to work with these embedded devices. Didn't get enough encouragement while in the job to carry out experiments of my own. Coming back to the project, the components used for developing the systems are as follows : Hardware Raspberry Pi GSM Module RFID Reader LED Screen Software Django Web Framework MySQL Database (in production) SQLite Database (in development) Bootstrap 3 Frontend Framework The happy path of the system was as below : Each student is given a RFID card Student exists in our software along with the mapping of RFID card number with the student ID Student taps the card in each class to mark his presence in the class System reads the unique nu...