Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trip Functionality #54

Merged
merged 51 commits into from
Jul 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
1f318cc
Add functionality to add trips to firestore.
zghera Jul 12, 2020
b092c8d
Add functionality to re-render trips container when new trip is added.
zghera Jul 12, 2020
42f141f
Move Auth hard-coded functions into components that use it rather tha…
zghera Jul 13, 2020
a415a18
Add documentation for all functions.
zghera Jul 13, 2020
ec9788d
Merge branch 'create-add-trip-modal' into add-trip-functionality
zghera Jul 13, 2020
766ec62
Merge branch 'create-add-trip-modal' into add-trip-functionality
zghera Jul 13, 2020
57f2ea7
Add option in add trips form to add new collaborator.
zghera Jul 14, 2020
11ded33
Add date form control UI element and functionality.
zghera Jul 14, 2020
ce990d7
Update createFormGroup swtich statement default error statement.
zghera Jul 14, 2020
860f086
Sort trips fetched by creation date in descending order for ease of v…
zghera Jul 14, 2020
bb76321
Restructure formatTripData for consistency and testing sake.
zghera Jul 14, 2020
c6d5cf3
Remove empty strings from collaborators.
zghera Jul 15, 2020
f087f07
Move temp auth utils to separate file.
zghera Jul 15, 2020
ab3b68c
Add todo for email verification.
zghera Jul 15, 2020
40679b0
Export all functions.
zghera Jul 15, 2020
afda928
Rename getCollaboratorsArr to be getCollaboratorsArray.
zghera Jul 15, 2020
cd47b9e
Add tests for create-new-trip.js.
zghera Jul 15, 2020
36e21fb
Rename add trip file and event handler for clarity.
zghera Jul 15, 2020
9647e39
Rename component AddTrip to AddTripModal.
zghera Jul 15, 2020
706b123
Touch up JSDoc.
zghera Jul 15, 2020
4b5ce2e
Enfore consistent import statement groupings: React|other external li…
zghera Jul 15, 2020
8ab738d
Re-arrange tests so so the expecteOutput var is at the beginning of t…
zghera Jul 15, 2020
477a537
Re-name back to add-trip.js to fix diff issues.
zghera Jul 15, 2020
67f5ba0
Use git mv to fix diff issues.
zghera Jul 15, 2020
9dc09a6
Revert back to add-trip name with git mv.
zghera Jul 15, 2020
32baba1
Final try: rename add-trip to add-trip-modal with git mv.
zghera Jul 15, 2020
e38bd94
Revert "Final try: rename add-trip to add-trip-modal with git mv."
zghera Jul 15, 2020
4c11683
Update import to add-trip.js.
zghera Jul 15, 2020
5a29c00
Refactor createFormGroup returned component.
zghera Jul 15, 2020
eba0d65
Fix import spacing.
zghera Jul 15, 2020
c8c6f31
Fix bug where description and destination were flipped in the formatt…
zghera Jul 16, 2020
8ac2902
Place destination before description in UI.
zghera Jul 16, 2020
f5afedd
Instantiating firestore instance at top of files that need it over pa…
zghera Jul 16, 2020
2d1223f
Change 'close' button text to 'cancel'.
zghera Jul 16, 2020
138a798
Add todo to remove removing empty fields once issue 67 and 72 are fixed.
zghera Jul 16, 2020
2afd509
Move input filtering function to Utils and place trip creation in add…
zghera Jul 17, 2020
cea76ef
Update JSDoc.
zghera Jul 17, 2020
ba25731
Merge branch 'master' into add-trip-functionality
zghera Jul 17, 2020
9b3d830
Remove extra import line in filter-input.js.
zghera Jul 17, 2020
2a18ff8
Fix styling of objects.
zghera Jul 17, 2020
4fca011
Merge branch 'master' into add-trip-functionality
zghera Jul 17, 2020
b49fbb3
Merge branch 'master' into add-trip-functionality
zghera Jul 17, 2020
879f184
Move getTimestampFromDateString from filter-input to time utils.
zghera Jul 17, 2020
ae1dc69
Change import in filter input.
zghera Jul 17, 2020
96b89c2
Use condensed import for react-bootstrap.
zghera Jul 17, 2020
cc4df5e
Include/name all functions for temp-auth-utils the same as specified …
zghera Jul 17, 2020
5fefe81
Fix JSDoc for getCuruserUid.
zghera Jul 17, 2020
32bf05b
Fix import to correct function name so tests pass.
zghera Jul 17, 2020
f714716
Add function comment for getCollaboratorEmails.
zghera Jul 21, 2020
b147244
Add issues to 'temporary' comment.
zghera Jul 21, 2020
9d2b0b7
Merge branch 'master' into add-trip-functionality
zghera Jul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into add-trip-functionality
zghera committed Jul 21, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9d2b0b7a8d933b001179a0b1ab2e31de26c06e03

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.