Difference between revisions of "Project Advising: Check-in System"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Abstract)
(September 9)
Line 26: Line 26:
 
=== September 9 ===
 
=== September 9 ===
 
*  Finish Abstract
 
*  Finish Abstract
**Currently, taking roll is a manual, time consuming process, have the possibility of fraudulent check ins. In an academic setting such as San José State University, students sign their friends when passing around paper to take roll. Some professors even call roll at the beginning of each class period, which takes away valuable class time.
 
**Some SJSU programs (such as MESA) use Eventbrite, but they are not integrated with the school database. Eventbrite is an online ticketing service that allows event organizers to plan and manage events, but it lacks the ability for the administrator to track users attending multiple events. As a result, generating analytics for events is still a manual process. SJSU needs a uniform check in system that will reduce fraudulent check ins, save time, and give more insight to event organizers.
 
**The objective of this senior project is to create an automated process where attendees at an event can authentically check in and can provide event organizers with real time analytics. The primary use case for this project is student attendance at lectures and forums at San José State University.
 
**This project will have solve the three problems of authentication, automation, and analytics. Verifying that the student attending event is who they say they are is a common problem. This project will authenticate each “check in” to make sure they are not fraudulent. We want this project to be automated to save time for both the event organizer and attendees. Lastly, we want this project to be able to provide analytics to the event organizers in real time by combining check in information with the MySJSU database.
 
**This project helps professors save a lot of time on checking attendance. It is easy and convenient for admin people to keep track who attends or misses an event. As more and more people are using smartphones, the values of this project increases because everyone can download and install the app on his phone.
 

Revision as of 01:21, 12 September 2013

This is your wiki page that you can edit and will serve as a method of communication between us. Every week, you should add a quick status of what work got accomplished, and share any problem(s) you may encounter.


Abstract

  • Currently, taking roll is a manual, time consuming process, have the possibility of fraudulent check ins. In an academic setting such as San José State University, students sign their friends when passing around paper to take roll. Some professors even call roll at the beginning of each class period, which takes away valuable class time.
  • Some SJSU programs (such as MESA) use Eventbrite, but they are not integrated with the school database. Eventbrite is an online ticketing service that allows event organizers to plan and manage events, but it lacks the ability for the administrator to track users attending multiple events. As a result, generating analytics for events is still a manual process. SJSU needs a uniform check in system that will reduce fraudulent check ins, save time, and give more insight to event organizers.
  • The objective of this senior project is to create an automated process where attendees at an event can authentically check in and can provide event organizers with real time analytics. The primary use case for this project is student attendance at lectures and forums at San José State University.
  • This project will have solve the three problems of authentication, automation, and analytics. Verifying that the student attending event is who they say they are is a common problem. This project will authenticate each “check in” to make sure they are not fraudulent. We want this project to be automated to save time for both the event organizer and attendees. Lastly, we want this project to be able to provide analytics to the event organizers in real time by combining check in information with the MySJSU database.
  • This project helps professors save a lot of time on checking attendance. It is easy and convenient for admin people to keep track who attends or misses an event. As more and more people are using smartphones, the values of this project increases because everyone can download and install the app on his phone.


Status

Roadblocks & Problems

  • Item 1
  • Item 2

Next Goals

  • Item 1
  • Item 2


September 16

  • TODO

September 9

  • Finish Abstract