Skip to content

Release v0.1.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hanisirfan hanisirfan released this 30 Nov 00:24
· 12 commits to main since this release
v0.1.0-beta2
f65936e

Changes

  1. Removed transparency from QR code background.
  2. Introduced check in/out feature.
    • There is 2 new scanners that can be used by users to verify their visitors check in/out.
    • Once verified, the date and time plus the verifier id will be kept as a record in the database.
    • If the visitor check in/out is already verified by a user, the verification can't be redo by the same or other users.
  3. Default timezone changed from UTC to Asia/Kuala_Lumpur.
    • To change to your desired timezone, please change it inside config/app.php file.

To Be Added

  • Better visitor's details management.
    • Ability to edit details.
  • Permission control.
    • Only admin user could add and remove users.

How to use?
Read the instructions on README.md file.

Full Changelog: v0.1.0-beta1...v0.1.0-beta2