- Enable development on Vagrant
- Added INSTALL.md
- Added CONTRIBUTING.md
- Update README.md
- Lint all files
- Fix lint bugs
- Comment class methods
- Create logo
- Restyle login and sign up page
- Add 404 pages
- Add filter to exhibitions in events
- Remove 'nil' reasons for attendance to events
- Create CHANGLOG.md
- Disable exhibitors toggling of attendance
- Fix z-index suggestion bug
- Enable user to add links onto their profile
- Bug fixes
- Revamp landing page
- Functional matching
- Improve security for posting data
- Update styling to match general color
- Major bug fix in routing
- Fix edit profile
- Enable chat in Firefox
- Display attendees on event page
- Add link for sign up
- Enable pdf images to be displayed
- Fully functional chat with route:
chat/:email
- Attendance updates are save in database
- Comments are saved and read from database
- Search is operational
- Refactor database routes
- Debug path redirection issue
- Server-side routing completed
- Client displays data from current database
- Client-side routing supports the following routes:
exhibition/:eventName/:exhibitionName,
event/:eventName,
profile/:email` - Chat includes conversation tabs with other users
- User profile is editable and changes are saved in the database
- Links between events and exhibitions are established
- Thumbnail images are smaller
- Projects is read from the correct file
- Reads events from steps database
- Enable commenting and tagging
- Enable match preview and responsive layout for matches
- Refactor database code
- Lint client side code
- Enable server side routing
- Authentication bypasses module handler due to bug
- Database is testable
- Object Classes for each component are created and tested
- Events layout is updated
- Matching layout is created
- Attendance and reasons for attending event is enabled
- Restyle navbar
- Refactor code
- Revise database components and schema
- Event Page template is ready to read data
- Chat Page template is completed
- Profile Page has enabled edit & save
- Users are able to register and login after registration
- Users are able to logout
- Users are able to access various pages via url. Routing is done with react-router via hash history
- Dummy profile and project page is up. Accessible via
/profile
and/project