-
Notifications
You must be signed in to change notification settings - Fork 1
Solution of MAGNUM81 #21
base: master
Are you sure you want to change the base?
Commits on Jan 17, 2020
-
added type defs for lodash project setup added lodash and request ignore api output files
Configuration menu - View commit details
-
Copy full SHA for 9172212 - Browse repository at this point
Copy the full SHA 9172212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2e676 - Browse repository at this point
Copy the full SHA 1c2e676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc7a8c - Browse repository at this point
Copy the full SHA 4bc7a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c23691 - Browse repository at this point
Copy the full SHA 5c23691View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31df83 - Browse repository at this point
Copy the full SHA a31df83View commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc96d41 - Browse repository at this point
Copy the full SHA cc96d41View commit details
Commits on Jan 21, 2020
-
polished models and finished ExpensesApiService
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 52242ab - Browse repository at this point
Copy the full SHA 52242abView commit details -
added basic integration tests for the ExpensesApiService
using chai for assertions and mocha as testing library
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for c61d62b - Browse repository at this point
Copy the full SHA c61d62bView commit details -
Merge branch 'magnum81/apiCalls'
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for da9c668 - Browse repository at this point
Copy the full SHA da9c668View commit details -
added tslint and migrated all ts files to tsx files
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2b9a2f0 - Browse repository at this point
Copy the full SHA 2b9a2f0View commit details -
created base react app using create-react-app
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 3003cd5 - Browse repository at this point
Copy the full SHA 3003cd5View commit details -
Marc-André Gill-Miville committed
Jan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for e59d3ad - Browse repository at this point
Copy the full SHA e59d3adView commit details -
Marc-André Gill-Miville committed
Jan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for ab606a4 - Browse repository at this point
Copy the full SHA ab606a4View commit details -
moved models to client-pleo-expenses
also reordered the dependencies. Mixed up npm for a moment. dropped old client app
Marc-André Gill-Miville committedJan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 61a745d - Browse repository at this point
Copy the full SHA 61a745dView commit details -
Marc-André Gill-Miville committed
Jan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 87c6446 - Browse repository at this point
Copy the full SHA 87c6446View commit details
Commits on Jan 22, 2020
-
- enabled bootstrap - played around with the layout - added template classes for State and Props in ExpenseComponent.tsx - this package-lock.json is getting out of hand
Marc-André Gill-Miville committedJan 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 734a083 - Browse repository at this point
Copy the full SHA 734a083View commit details -
also, removed unused imports. Warnings are annoying
Marc-André Gill-Miville committedJan 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 6a7bcc3 - Browse repository at this point
Copy the full SHA 6a7bcc3View commit details -
Marc-André Gill-Miville committed
Jan 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a367e0 - Browse repository at this point
Copy the full SHA 7a367e0View commit details
Commits on Jan 23, 2020
-
Some refactoring to ExpensesList and App
- Lifted the state of ExpensesList to App - Moved the NavBar to its own Component class, for clarity
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d4d2de - Browse repository at this point
Copy the full SHA 4d4d2deView commit details -
The filter is located in the navbar.
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 052ec8c - Browse repository at this point
Copy the full SHA 052ec8cView commit details -
Merge branch 'magnum81/single-page-app'
App architecture is fine. No need for such a generic branch now.
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 263d569 - Browse repository at this point
Copy the full SHA 263d569View commit details -
Marc-André Gill-Miville committed
Jan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for ed62813 - Browse repository at this point
Copy the full SHA ed62813View commit details -
Had to refactor some of the NavBar code so that when we choose a filter it notifies App, which in turn will modify its state and update NavBar.
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 518b548 - Browse repository at this point
Copy the full SHA 518b548View commit details -
Merge branch 'magnum81/expensesFiltering'
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f0bc58 - Browse repository at this point
Copy the full SHA 2f0bc58View commit details -
Marc-André Gill-Miville committed
Jan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ab9673 - Browse repository at this point
Copy the full SHA 6ab9673View commit details -
added support for axios, modified tests accordingly
also I now know more about promises in JS, which is great!
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 842edc5 - Browse repository at this point
Copy the full SHA 842edc5View commit details -
improved ExpensesAPIService & tests
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 050cea7 - Browse repository at this point
Copy the full SHA 050cea7View commit details -
Reworked layout and props passing
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 4e07037 - Browse repository at this point
Copy the full SHA 4e07037View commit details -
Merge branch 'magnum81/axiosApiCalls'
Marc-André Gill-Miville committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for e663d12 - Browse repository at this point
Copy the full SHA e663d12View commit details -
Marc-André Gill-Miville committed
Jan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for f189a74 - Browse repository at this point
Copy the full SHA f189a74View commit details
Commits on Jan 24, 2020
-
For some reason, react-bootstrap's navbar did not work as intended; had to re-add reactstrap
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for dcc8e71 - Browse repository at this point
Copy the full SHA dcc8e71View commit details -
Added support for modal window call from child-components.
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 71173eb - Browse repository at this point
Copy the full SHA 71173ebView commit details -
Added full support for frontend comment editing
Partial support for frontend receipt adding and visualizing.
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f053551 - Browse repository at this point
Copy the full SHA f053551View commit details -
Refactored state change (duplicated code)
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b70fb4 - Browse repository at this point
Copy the full SHA 6b70fb4View commit details -
mostly spacing and braces placement.
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d277cbe - Browse repository at this point
Copy the full SHA d277cbeView commit details -
Merge branch 'magnum81/addComment'
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 480e869 - Browse repository at this point
Copy the full SHA 480e869View commit details -
added support for visualizing a picture using the modal window.
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 1a0ffc7 - Browse repository at this point
Copy the full SHA 1a0ffc7View commit details -
test for picture upload was failing silently all along. Green checkmark !== success. (it is still failing silently)
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 0be6ea0 - Browse repository at this point
Copy the full SHA 0be6ea0View commit details -
Attempt to upload picture and comment
Only the Comment could be uploaded correctly to the server. Some style work in ModalExpenses.
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 7874346 - Browse repository at this point
Copy the full SHA 7874346View commit details -
Merge branch 'magnum81/addAndVisualizeImage'
Marc-André Gill-Miville committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 8124d8b - Browse repository at this point
Copy the full SHA 8124d8bView commit details -
Marc-André Gill-Miville committed
Jan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f6a21e7 - Browse repository at this point
Copy the full SHA f6a21e7View commit details -
Marc-André Gill-Miville committed
Jan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 996de56 - Browse repository at this point
Copy the full SHA 996de56View commit details -
Marc-André Gill-Miville committed
Jan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for e42f445 - Browse repository at this point
Copy the full SHA e42f445View commit details
Commits on Apr 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d14a8e4 - Browse repository at this point
Copy the full SHA d14a8e4View commit details