Releases: HumanDynamics/openbadge-server
Minor change to support analysis servers
Merge pull request #53 from HumanDynamics/fix/get-meeting Support both data log version 2.0 and 2.1
Accept and handle malformed data files from phone hubs (#31)
Accept and handle malformed data files from phone hubs (#31)
- make sure we're reading the meeting started line
(sometimes the app doesn't write the lines in the right order)
-
allow passing of key OR uuid to get_meeting
-
should fix bug where meeting info returned is empty
Added dashboard for monitoring badges health
Admin dashboard for easily viewing key information about your project
Currently set up to view all projects at once, because we don't normally have multiple projects running on a server when we do hub deployments. Shouldn't be too difficult to implement if necessary, though.
Fields and metrics displayed are very easily configurable - open to any suggestions
Get a list of all ip addresses from each hub
In some cases, it's useful to know all IP addresses used by the hubs so it's easier to manage them
Data is now stored in daily files. Small bug fixes
Hub data logs rollover daily (#42) * Hub data logs rollover daily. closes #36 * data files now saved under /media/data. closes #37 * Better handling of failures writing logs to disk . closes #38 * Removing the hub_data volume (no longer needed). Might cause data loss in existing projects
Support for Beacons. Support for setting badge_id and project_id
Setting badge_id and project_id from the server
Beacon support
Additional badge health
import/export members and beacons from the admin tool
Minor changes to model
Merge pull request #28 from HumanDynamics/features/model_changes Fixed missing migration. Changed default for timestamp fields
API returns meeting UUID with the list of meetings
This is part of a fix that prevents the mobile app from re-sending completed meetings
Version for Jul 2017 experiment
Merge pull request #25 from HumanDynamics/features/docker Server now saves the hub's IP address
Docker version
We converted the project to use Docker for deployment. See the README file for new installation instructions.