Skip to content

Releases: hanisirfan/visitorqr

Release v0.1.0-beta4

05 Dec 16:00
v0.1.0-beta4
463713a
Compare
Choose a tag to compare
Release v0.1.0-beta4 Pre-release
Pre-release

Changes

  1. Added ORG_NAME variable to .env file to allow admin to add organization name to be used on the system instead of using the system name (visitorqr).
  2. Added instructions on README.md on how to replace logo used by the system.

To Be Added

  • 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-beta3...v0.1.0-beta4

Release v0.1.0-beta3

04 Dec 15:32
v0.1.0-beta3
a4707dc
Compare
Choose a tag to compare
Release v0.1.0-beta3 Pre-release
Pre-release

Changes

  1. Added visitor details edit feature.
  2. Added a check to make sure visitor was checked in before checking out.
  3. Added a check to prevent double alert messages on check in and check out page.

To Be Added

  • 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-beta2...v0.1.0-beta3

Release v0.1.0-beta2

30 Nov 00:24
v0.1.0-beta2
f65936e
Compare
Choose a tag to compare
Release v0.1.0-beta2 Pre-release
Pre-release

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

Release v0.1.0-beta1

20 Nov 05:18
v0.1.0-beta1
9f465bb
Compare
Choose a tag to compare
Release v0.1.0-beta1 Pre-release
Pre-release

Features available

  • Visitors can now be deleted using the delete button on homepage.
  • Visitors can also be deleted by their age with artisan deleteVisitorByAge command.
    • Logs are stored in storage/logs/deleteVisitorByAgeCommand.log file.
    • Instructions on scheduling this command are on README.md.

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-beta...v0.1.0-beta1

Release v0.1.0-beta

16 Nov 17:24
f473c21
Compare
Choose a tag to compare
Release v0.1.0-beta Pre-release
Pre-release

Features available

  • Create new visitors QR code.
  • QR code scanner to display visitor's details.
  • Login system. Only authenticated users can add and scan visitor's QR codes.

To Be Added

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

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