-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/UNI_integration
- Loading branch information
Showing
5 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Completed issues | ||
--- | ||
* Create the application's main execution process/logic; | ||
* Import table_calendar package to the application; | ||
* Display the calendar inside the application; | ||
|
||
## Iteration retrospective | ||
--- | ||
1. What went well? <br /> | ||
We accomplished the goals previously set and all agreed that the size of the iteration was appropriate. | ||
<br /><br /> | ||
2. What should we do differently? <br /> | ||
We should have known that the google calendar was not the best tool for our app's goal and we should structure better the order of implementation in our app. | ||
<br /><br /> | ||
3. What still puzzles us? <br /> | ||
In certain aspects, how should we interact with the calendar's package. | ||
<br /> | ||
|
||
## Github Panel | ||
|
||
<p align="center" justify="center"> | ||
<img src="Github_panel.png" width="" height=""/> | ||
</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Completed issues | ||
--- | ||
* Synchronize the calendar inside the application; | ||
* Get information concerning the exams from the backend; | ||
* Get information concerning projects and deliveries from the backend; | ||
* Display evaluation moments as events on the calendar; | ||
* As a user, I want to visualize and navigate through my calendar so that I am up to date with my schedule; | ||
|
||
## Iteration retrospective | ||
--- | ||
1. What went well? <br /> | ||
We accomplished the goals previously set and all agreed that the size of the iteration was appropriate. | ||
<br /><br /> | ||
2. What should we do differently? <br /> | ||
We should improve the management/distribution of our processes regarding the project's code. | ||
<br /><br /> | ||
3. What still puzzles us? <br /> | ||
The release of the APK raised some concernings due to the implementation within the UNI project<br /> | ||
|
||
## Github Panel | ||
|
||
<p align="center" justify="center"> | ||
<img src="Github_panel2.png" width="" height=""/> | ||
</p> | ||
|
||
|