Commit graph

233 commits

Author SHA1 Message Date
0d47b271fe Rendamed widgets with "custom" in their name 2019-04-15 17:23:47 -05:00
33eab452e0 Finished the carousel widget and added it to the gallery screen as navigation 2019-04-15 16:55:37 -05:00
cce2b668c0 Added preliminary code for the carousel widget 2019-04-14 21:24:24 -05:00
40e91caf47 Added docs for the [pendingTasksUpdater] firebase function 2019-04-13 21:26:19 -05:00
74c40c535b Modified the cloud function to only act when there has been a change on priority or event on tasks 2019-04-13 19:36:52 -05:00
7f77d8a86a Finished auto increment firebase function 2019-04-13 18:23:45 -05:00
a8dacb06cd Changed the structure for the firebase functions directory 2019-04-13 16:27:04 -05:00
34e7756e80 Added support for the upload status snackbar in the event screen 2019-04-11 01:59:53 -05:00
aa1d9b9edf Added properties and functions to the event bloc for showing the upload status snackbar 2019-04-11 01:05:36 -05:00
f503cce0e3 Created the upload status service to keep track of currently being uploaded files 2019-04-11 00:17:11 -05:00
52623c1511 Added variables to make snackbars possible in the event screen 2019-04-10 22:34:40 -05:00
86bd438ec8 Reverted back to the official firestore package 2019-04-10 20:31:20 -05:00
806a7f888a Added local firestore package 2019-04-10 02:10:02 -05:00
dd57c85972 Finished the media view and the gallery for the event screen 2019-04-09 07:04:49 -05:00
acc0b54cfb Refactored the event bloc to listen for updates in the media list instead of fetching them once 2019-04-08 15:09:55 -05:00
d4813bdce9 Refactored the media view in the event screen, extracted the thumbnail to its own widget ([AsyncThumbnail]) 2019-04-08 14:48:30 -05:00
ec505eb27e Added preliminary code for the media screen 2019-04-08 03:03:12 -05:00
02d7dd5be3 Added a function that downloads a file from the storage bucket given its path, change the size of the thumnails to 256 per side 2019-04-07 20:29:51 -05:00
2b6ef23ab9 Fixed a bug where all the thumnails where the same as the first one in the firebase function 2019-04-07 19:08:18 -05:00
f438df4432 Added metadata for uploaded images, added confirmation log for the firebase function 2019-04-07 18:32:32 -05:00
6865399151 Added firebase function to generate thumnails from uploaded images 2019-04-07 18:06:21 -05:00
8ce0441b12 Added firebase functions to the project 2019-04-07 17:16:47 -05:00
094f1d5df0 Fixed a bug where the [hideEvent] property of the [TaskListTile] was hiding the edit button and not the event one 2019-04-07 16:51:41 -05:00
0946705032 Show the tasks linked to an event on its screen 2019-04-07 00:03:35 -06:00
21cc8697b0 Set the orientation of the whole app to only be portrait 2019-04-06 23:27:59 -06:00
98edfee91e Added the tab bar view 2019-04-06 23:25:33 -06:00
74c63ee70a Added support for tab navigation (bottom widgets) for the custom app bar 2019-04-06 23:16:15 -06:00
dd13cebb80 Deleted the CurrentSelectionService and moved to route parameters 2019-04-06 22:53:22 -06:00
b39a490384 Fixed a bug where the home screen bloc was fetching the current event by id and not by name 2019-04-06 22:00:07 -06:00
3b9f702a37 Refactored the [CurrentSelectionService] to use streams 2019-04-06 20:38:37 -06:00
7abee74b73 Refactored the task service to support the selection of an event, renamed to [CurrentSelectionService]. Created the event screen 2019-04-06 18:11:42 -06:00
7511e3c519 Apply transformations to the user tasks stream after combination 2019-04-05 21:23:39 -06:00
47c7c4cef9 Modified the search functionality so teh resulting list updates
as the user types. Added a clearing button to the search box.
2019-04-05 20:31:31 -06:00
d59e7368c5 Added the search functionality to the main screen 2019-04-05 19:26:24 -06:00
006261698d Added missing tests for the firestore provider 2019-04-05 18:01:52 -06:00
6c564cc2d0 Added docs for all widgets 2019-04-05 16:19:00 -06:00
a1ca34495e Added docs for the services 2019-04-05 15:15:06 -06:00
f6bae2a081 Added docs for the screens 2019-04-05 15:03:04 -06:00
96d9e06ffc Added docs for the providers 2019-04-05 14:34:28 -06:00
a0ac18464e Added docs for the user model 2019-04-05 14:22:48 -06:00
a641d88427 Added docs for task model 2019-04-05 14:18:53 -06:00
3b2c293dc3 Added docs for the summary model 2019-04-05 13:34:27 -06:00
2f12601c1f Added docs for the event model, deleted the tasks property 2019-04-05 13:30:36 -06:00
dd435a46b3 Deleted the repository class 2019-04-05 01:30:24 -06:00
cd214e888e Added docs for the task bloc 2019-04-05 01:29:10 -06:00
12ea8fec33 Added docs for the new image bloc 2019-04-05 01:16:06 -06:00
0725b2700e Deleted the provider for the home bloc 2019-04-05 01:07:01 -06:00
87be737780 Added docs for the home bloc 2019-04-05 01:06:29 -06:00
4719d61717 Fixed a bug where the paths for files stored in the storage bucket would have an extra slash when stored in firestore 2019-04-05 00:46:29 -06:00
17c135bfe5 Added the ability to edit tasks. The new task screen
is now the task screen and it serves both purposes.
2019-04-05 00:31:50 -06:00