Skip to content

dukeofhazardz/event-entry

Repository files navigation

Event Entry

A mini-application that allows event hosts to check people into an event.

The home page shows:

  • an event selector (select) displaying the name of each event, by default displaying Select an event (communities collection);
  • a list of people registered in the selected event (people collection).

The list of people allows the event host to:

  • see first and last name together (full name), company name, title, check-in date, and check-out date both using MM/DD/YYYY, HH:mm format or N/A;
  • check people into the event by clicking the "Check-in {person firstName and lastName}" button;
  • if the user was checked-in over five seconds ago, you will see a "Check-out {person firstName and lastName}" check-out button.

Between the event selector and the list of people you will see a summary like this:

  • People in the event right now: 10;
  • People by company in the event right now: Green Group (10), Hoppe Group (5);
  • People not checked-in: 200;

Machine setup

Setup

How to install dependencies

meteor npm install

How to run

meteor npm start

How to run tests

meteor npm run cypress

About

A mini-application that allows event hosts to check people into an event.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages