Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djalmaaraujo/wobostaff
iOS app to display Wobo staff by timezone! (Swift 2.1.1)
https://github.com/djalmaaraujo/wobostaff
Last synced: 30 days ago
JSON representation
iOS app to display Wobo staff by timezone! (Swift 2.1.1)
- Host: GitHub
- URL: https://github.com/djalmaaraujo/wobostaff
- Owner: djalmaaraujo
- Created: 2016-01-05T20:46:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T20:51:58.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T11:00:06.364Z (7 months ago)
- Language: Swift
- Homepage: www.woboinc.com
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WoboStaff
**Installation**
Rename ConfigSample.plist to Config.plist and add a valid HipChat API Token.
**Summary**
Do you wonder what time is it where your co-workers live?
This app will use the HipChat API to retrieve the list of the Wobo HipChat users and it will display them grouped by their timezones.
The app also stores a local copy of the data retrieved and it will try to use it if there is no network connection available.
**ToDo List**
1) Add more users information (eg. online status, title) (DONE)
2) Improved UI (colors, padding) (DONE)
3) Store a cached copy of the images (DONE)
4) Search field to filter the list of users (DONE)
5) When clicking on a specific user, open a new screen with more details (maybe allow to send a message)
6) Add a setting tab to add/update the API token from the app (at that point, this could be reworked into a generic HipChat app)