-
Workflow
- Diagram (It has been decided not to include the zen class check-in/out in this version of the system. So the work flow diagram is no longer valid)
- Check IN/OUT Form and datasheet
- Volunteer: uses the personal badge
- Check in:
- Volunteer scans badge at the station (the ID and name information displayed in the Form)
- Volunteer selects “Check IN” option in the form
- Volunteer submits the form
- Check out
- Volunteer scans badge at the station
- Volunteer selects “Check OUT” option in the form
- Volunteer submits the form
- Check in:
Zen class student: uses the personal badge,Check in: same as VolunteerCheck out: same as Volunteer
- Visitor: uses the shared badge
- Visitor case is the default case for all the exceptional cases from other flows
- Volunteer forgets to bring his/her own badge
- Receptionist’s role is to assist the volunteer,
- Instructs volunteer how to operation the scan station
- Instructs volunteer to fill out the form in the computer screen (or pad).
- Helps volunteers to perform the above steps when they cannot
- Check in
- Receptionist gets one shared badge and scans it. (the ID information is displayed in the Form)
- Receptionist helps the visitor to enter name in the form
- Receptionist helps the visitor select “Check In” option in the form
- Receptionist helps the visitor submit the form
- Receptionist asks the visitor to ware the badge
- Check out
- Receptionist helps the visitor scan the badge
- Receptionist helps the visitor select “Check OUT” option in the form
- Receptionist helps the visitor submit the form
- Receptionist collects the badge from the visitor for recycle next day
- Visitor case is the default case for all the exceptional cases from other flows
- Visitor who comes frequently (for example, people who come for lunch/dinner)
- This proposed flow assumes:
- The Visitor is willing to go through registration process, See below for “Registration”
- The Visitor has a valid email account and records it in the registration process.
- The Visitor has a smart phone that can store barcode image
- Registration: when check-in/out as regular Visitor, the receptionist could ask and offer the opportunity to registration.The benefit is faster check-in/out with personal barcode.
- On-site: Register with information of name and email address
- Off-site process:
- After some verification/approval process, a barcode is created and mail to the person who register
- The bar code contains ID, Name
- The visitor stores the barcode as a image in his cell phone
- Check in (after registration and received the barcode in email)
- The Visitor scans the barcode stored in cell phone
- The Visitor select check in option on the form
- The Visitor submit the form
- The Receptionist gives Visitor a blank Visitor badge
- Check out
- The Visitor scans the barcode stored in cell phone
- The Visitor returns the blank Visitor badge
- This proposed flow assumes:
- Exceptions and cases to discuss
The flow diagram indicates persons with two roles (e.g. Volunteer and Student) needs to check in/out twice, one for each role. Also the badges have different effective time periods. Does that means these people need to carry two badges with them when come to Zen center?- In case of the Volunteers or Students who forget their badges, do they follow the Visitor’s check in flow?
- Conclusion: Yes, they fall back to Visitor’s check in flow.
- More to discuss: Do we need to create different types of Visitor badge (ID information the same but printed with different color) for cases where the Volunteer forget the badge
- Do we allow checking in with QR code in smart phone (picture taken from the badge and saved on the phone)
- The process of checking in a Visitor can take as long as one or two minutes (need to fill out the form and submit). A traffic jam can occur when there are a lot of Visitors line up for check in. The main concern is that a lot of people come to Zen center for lunch or dinner. Should we ask them to go through the same process? Or should we create another special case for them?
- Register the people who come for lunch/dinner: See
- If we allow check in/out with barcode in the cell phone, then all the flows can be made similar to Frequent Visitor. This will reduce the workload to print badges with barcode.
- Diagram (It has been decided not to include the zen class check-in/out in this version of the system. So the work flow diagram is no longer valid)
-
Requirements
- Type of badges, issuance and effectiveness
- Volunteers (ID, Name), personal, effective for one year
- Zen class (ID, Name), personal, effective for three month (semester)
- Visitor (ID), shared and recycled daily
- With barcode
- Without barcode
- Can have different color/text to identify purpose/role of the visit
- The exception cases
- Badge expired: error displayed in check-in form, cannot submit the form
- Redundant scan: ignore error
- Select wrong answer (check in or out): ignore error
- Missed check-out: ignore error
- Data error: error displayed in check-in form, cannot submit the form
- The data of check-in/out
- Data field
- ID: mandatory in the form
- Name: not mandatory
- IN/OUT: mandatory
- Timestamp (automatically captured in spreadsheet)
- Role: not mandatory
- The data should be backup and then clean up from the spreadsheet(daily or weekly) so recycled badge won’t create confusions.
- Data field
- Proposed configuration for scan station
- Hardware scanner device, used as pure input device.
- Support 1D, 2D and QR Code
- Support PC, Mac and pad/phone
- Have scanning stand (stationed, don’t want to hand held all the time.
- Exaple: https://www.amazon.com/gp/product/B07T5KG5JC/ref=ox_sc_saved_title_1?smid=ABQHOHAR07Q3W&psc=1
- Computer or pad to monitor the check-in/out process, paired with the scanner
- QR code or barcode – contains ID, Name and other information (not pointing to a website or form)
- Google form to collect visitor information. Input data from keyboard or scanned QR code.
- Google sheet (paired with Google form for input) for storage and processing/viewing information
- Hardware scanner device, used as pure input device.
- Software and user security
- A running instance of Google form is public (or public to domain users) (It’s designed so that whoever gets the link can see the form and answer the questions) . We need to develop and run Google form with Zen center’s Google account. This will constrain only users in Zen center’s domain can answer the questions, and prevent internet public from filling out the Google form and contaminate our information.
- Type of badges, issuance and effectiveness
-
Development and deployment
- Form
- Encoded information in ID
- User type: Volunteer, Student, Visitor
- Unique pattern changed for each batch of badges to facilitate expiration.
- ID validation rules:
- This rule will be updated when we expires previous batch of badges.
- Probably need some script to eliminate unnecessary screens/steps to speed up the process.
- Encoded information in ID
- QR Code design and generation
- Collect all user names into a spreadsheet
- Batch generate the QR Code
- Print QR Code and badge
- To expires previous batch of badge, we will need to create new ID pattern and change the validation rules in the form.
- Repeat the process for each semester/every year when previous batch of badge about to expire.
- Google sheet design
- Create additional columns for desired information, e.g., more user information
- post process of the data once collected
- Data need to be recycled so shared badge won’t create confusion.
- Testing and deployment
- Need hardware and software ready to test
- Choose a small group of people to start testing
- Print and issue badges
- Form