/registro_desktop

This is a complementary project, this is app uses the reg project API to work.

Primary LanguageC#Apache License 2.0Apache-2.0

reg_desktop

This is a complementary project, this is app uses the registro project API to work. As a desktop app you can connect a barcode reader to read the badges codes that reg project generates. Is intended to be used to mark the person arrival to the event, and count real food consumption, to avoid over consumption.

⚠️ Deprecated

This tool is no longer needed, it was replaced with an AJAX page inside the original project (registro)

Instalation

Configuration

  • You need to have a running instance of reg Rails project app.

  • In the app's home look for Registration.exe.config file to edit values before running.

      url = https://{yourapp.herokuapp.com}/api/v1/
      api_user = The username you used in your Rails configuration file
      api_pass = The password you used in your Rails configuration file
    
  • If everything is set you can test the connection with the ping option. Ping

To Do

  • The UI is in spanish, and is not configured to be multilanguage.
  • The UI is in WinForms, should be migrated to XAML.

Contribute

You are welcome to contribute in this project, I found these Instructions very helpful.

Licensing

This app is licensed under the Apache License, Version 2.0. See LICENSE for full license text.