Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f3db3c1
Click handler to show list of all trip is done
RanaSulaiman May 24, 2017
4bace90
1-Click handler to show trip information 2- Underscore templates for …
RanaSulaiman May 24, 2017
176c1b7
Added foundation
RanaSulaiman May 24, 2017
4c459a6
WIP, adding submit form
RanaSulaiman May 24, 2017
65d89a7
Fixed table header to show only when display list of trips
RanaSulaiman May 24, 2017
502778d
Added .empty for both alltrips and specific trip
RanaSulaiman May 24, 2017
656d098
Post/ reserve a trip is done.WIP to submit the form without refreshing
RanaSulaiman May 24, 2017
8a51684
Styling for trip page
RanaSulaiman May 24, 2017
3164072
WIP to fix table styling to append API response
RanaSulaiman May 25, 2017
53dae40
Cleaned up some code
RanaSulaiman May 25, 2017
d41e0a5
AAded some logic to hide/show table header for trip list page and tri…
RanaSulaiman May 25, 2017
e9e19a7
Cleaned and divided the code into small methods to enhance code reada…
RanaSulaiman May 25, 2017
0288217
Added .empty before appending to show trip information to avoid dupli…
RanaSulaiman May 26, 2017
472c553
Added foundation cdn link to index.html
RanaSulaiman May 26, 2017
42a5593
just styling
RanaSulaiman May 26, 2017
34373aa
filter trips by search queries is done
RanaSulaiman May 26, 2017
edcf912
Merge pull request #1 from RanaSulaiman/rs/optional
RanaSulaiman May 26, 2017
2a41733
Fixed a small bug to clear trip information befoshowing trip list
RanaSulaiman May 26, 2017
4298e2c
Moved tbody from template to table section
RanaSulaiman May 26, 2017
08ad41d
Merge pull request #2 from RanaSulaiman/rs/table/refactor
RanaSulaiman May 26, 2017
5b62ee9
Added responsive background image
RanaSulaiman May 27, 2017
c5cdf7e
Changed header buttons and WIP for drop down menue
RanaSulaiman May 27, 2017
aa901a0
Merge pull request #3 from RanaSulaiman/rs/styling
RanaSulaiman May 27, 2017
739567a
just for mergig
RanaSulaiman May 27, 2017
c533da8
just for merging
RanaSulaiman May 28, 2017
1de016d
Fixed header with all buttons to be responsive
RanaSulaiman May 28, 2017
b2d06b9
more styling
RanaSulaiman May 28, 2017
5c61894
More styling
RanaSulaiman May 28, 2017
e71a8ef
Australia is spelled wrong in API
RanaSulaiman May 28, 2017
0d900eb
More styling and cleaned up the code
RanaSulaiman May 29, 2017
a52e91e
Merge pull request #4 from RanaSulaiman/rs/styling4
RanaSulaiman May 29, 2017
ee813c4
just for merging
RanaSulaiman May 30, 2017
afd05ac
minor
RanaSulaiman May 30, 2017
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore foundation.css
foundation.css
Loading