Commit graph

157 commits

Author SHA1 Message Date
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
c26a2d3992 Created the current task service 2019-04-04 22:58:17 -06:00
6e13ccb906 Moved authService to the services folder 2019-04-04 22:48:48 -06:00
3bea1e015c Added validation for the new image snreen 2019-04-04 22:35:56 -06:00
9ccb560099 Removed resolved TODO 2019-04-04 03:05:53 -06:00
213c244553 Added validation for the new task screen 2019-04-04 03:03:27 -06:00
0901688163 Added enable property to the GradientTouchableContainer, it changes its color when not enabled 2019-04-04 02:37:03 -06:00
73809d9eed Changed the dropdown in the new image screen to listend to a string for its value 2019-04-04 02:31:16 -06:00
caee24297b The bloc now uses the value from the stream to submit the new event 2019-04-04 02:25:44 -06:00
bc51a48b6a Changed the dropdown in the task screen to listen to a stream for its value instean of using setState 2019-04-04 02:24:07 -06:00
db489e79c6 Added formatting for the folder parameter when uploading a file 2019-04-04 02:08:51 -06:00
9a13781052 Fixed failing tests due to the change from Events to events collection name 2019-04-04 01:37:09 -06:00
f3872944ee Fixed type for the media propoerty of an event model 2019-04-04 00:21:20 -06:00
d31a96d60f Finished new image screen, it can already upload pictures that get stored in the storage bucket 2019-04-03 01:27:15 -06:00
31cb7a0e89 Created method to retrieve an event from firestore only once 2019-04-03 01:02:53 -06:00
a9de09efd6 Added a more appriopriate name for the events mapping function 2019-04-03 00:44:06 -06:00
b2a8ac6a9e Hooked up the dropdown menu with the real events in the new image screen 2019-04-03 00:42:14 -06:00
9d3ca8418a Refactored CustomDropdownMenu, PrioritySelector and GradientTouchableContainer to have the possibility of being ecpanded rather than having a set width, created the FractionallyScreenSizedBox widget 2019-04-03 00:27:42 -06:00
59f4cc099e Moved repeated text styles to utils, Finished the UI for the Add image screen 2019-04-02 06:08:11 -06:00
85aadb15b5 Created new screen to add new images to an event 2019-04-02 05:05:24 -06:00
4e355d7817 Hooked up the new task screen with the bloc to allow for the creatin of a new task 2019-04-01 01:33:12 -06:00
41298ae655 modified usermodel to have an events array 2019-04-01 00:34:36 -06:00
43cae32cf1 Added methods to allow the new task screen to update the blocs properties, revised 2019-03-31 23:43:26 -06:00
4db0ab4e53 Added methods to allow the new task screen to update the blocs properties 2019-03-31 23:42:27 -06:00
2c42d3c4a2 Completed the UI for the new task screen 2019-03-31 23:04:06 -06:00
1fdae70358 Created cusotm dropdown menu to match the mocks 2019-03-31 21:50:58 -06:00
4300934e69 Modified the routes function in App.dart to make the initial loading screen a default 2019-03-31 19:05:57 -06:00