Skip to content

Commit

Permalink
Merge branch 'master' into feature/UNI_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSilva11 authored Jun 8, 2022
2 parents 2f87821 + c145768 commit 67dd285
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
Binary file added Github_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Github_panel2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

Expand Down
25 changes: 25 additions & 0 deletions retrospectiveOne.md
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>


26 changes: 26 additions & 0 deletions retrospectiveTwo.md
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>


0 comments on commit 67dd285

Please sign in to comment.