Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwsgonzo/inf5750-facilityreg
UiO: Open Source Programming
https://github.com/fwsgonzo/inf5750-facilityreg
Last synced: 24 days ago
JSON representation
UiO: Open Source Programming
- Host: GitHub
- URL: https://github.com/fwsgonzo/inf5750-facilityreg
- Owner: fwsGonzo
- Created: 2014-10-31T10:55:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T08:32:10.000Z (almost 10 years ago)
- Last Synced: 2023-07-31T23:33:22.063Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://inf5750-24.uio.no
- Size: 2.94 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
inf5750-facilityreg
===================UiO: Open Source Programming
http://inf5750-24.uio.no/apps/inf5750-facilityreg/
## Task
> Make an app with a nice search and presentation of org units / facilities, including all info and map with location
## Details
* Search bar smart filter
* Map with plotted locations
* Better popup menu
* Clicking on item will open up smart editor with details
* ...
*## The Api
The api we're primarily going to use can be explored at http://inf5750-24.uio.no/api/organisationUnits.json"level": 4,
"name": "Air Port Centre, Luigi",
"code": "OU_255017",
"shortName": "Air Port Centre, Lungi","featureType": "Point",
"coordinates": "[-13.2027,8.6154]","active": true,
"displayName": "Air Port Centre, Luigi",
"parent": {
"id": "vn9KJsLyP5f",
},
"organisationUnitGroups": [
{
"id": "f25dqv3Y7Z0",
"name": "Urban",
"created": "2013-03-06T15:46:20.584+0000",
"lastUpdated": "2013-03-06T15:46:20.584+0000",
"href": "http://inf5750-24.uio.no/api/organisationUnitGroups/f25dqv3Y7Z0"
}
],
"dataSets": [
{
"id": "VTdjfLXXmoi",
"name": "Clinical Monitoring Checklist ",
"created": "2014-04-25T08:38:13.289+0000",
"lastUpdated": "2014-04-30T10:53:55.960+0000",
"href": "http://inf5750-24.uio.no/api/dataSets/VTdjfLXXmoi"
}
],