Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.


Sc1.jpg

Sc2.jpg

**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)