Skip to content

Releases: HumanDynamics/openbadge-server

Minor change to support analysis servers

12 Dec 02:08
9bfdc87
Compare
Choose a tag to compare
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)

07 Dec 14:55
5f3d815
Compare
Choose a tag to compare

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

24 Oct 19:49
Compare
Choose a tag to compare

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

09 Jun 20:42
Compare
Choose a tag to compare

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

05 Jun 18:41
7bec53f
Compare
Choose a tag to compare
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

19 Apr 00:48
28d90aa
Compare
Choose a tag to compare

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

17 Jan 18:53
502b989
Compare
Choose a tag to compare
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

25 Oct 19:40
Compare
Choose a tag to compare

This is part of a fix that prevents the mobile app from re-sending completed meetings

Version for Jul 2017 experiment

11 Jul 15:16
Compare
Choose a tag to compare
Merge pull request #25 from HumanDynamics/features/docker

Server now saves the hub's IP address

Docker version

12 Jun 16:53
Compare
Choose a tag to compare

We converted the project to use Docker for deployment. See the README file for new installation instructions.