https://github.com/naghim/planningpokerprojectclient
A Planning Poker app (homework assignment). This is the client part.
https://github.com/naghim/planningpokerprojectclient
Last synced: 6 months ago
JSON representation
A Planning Poker app (homework assignment). This is the client part.
- Host: GitHub
- URL: https://github.com/naghim/planningpokerprojectclient
- Owner: naghim
- Created: 2019-11-26T20:39:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T15:59:32.000Z (about 6 years ago)
- Last Synced: 2025-02-25T12:48:56.158Z (11 months ago)
- Language: Java
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlanningPokerProjectClient
A homework assignment.
# Topic:
Creating our own Planning Poker application for an IT company. This is the client part. The admin can be found [here](https://github.com/naghim/PlanningPokerProject).
# Requirements:
After sign in a user can:
* Join a group (by id)
* Answer an activated question and submit his answer (if it is allowed – time limit)
* View the evaluation of the question (when the time is up or everyone answered)
* The app should work with more than one users
# Used technologies:
* Firebase, real-time database
* Andorid Studio IDE