-
Notifications
You must be signed in to change notification settings - Fork 47
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
Ports - Elle #25
base: master
Are you sure you want to change the base?
Ports - Elle #25
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10dcc00 - Browse repository at this point
Copy the full SHA 10dcc00View commit details
Commits on Jun 22, 2019
-
Built the card components to display text and emoji. Built the board …
…compnoent to render a list of cards from hard-coded data. Currently it will not display results that are missing fieldsbecause those are considered undefined. Need to fix this.
Configuration menu - View commit details
-
Copy full SHA for adb1e1e - Browse repository at this point
Copy the full SHA adb1e1eView commit details -
Seems the undefined problem was already fixed. Cleaned up a few thing…
…s and manually tested. App is working as expected.
Configuration menu - View commit details
-
Copy full SHA for 1bfed96 - Browse repository at this point
Copy the full SHA 1bfed96View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef1315 - Browse repository at this point
Copy the full SHA eef1315View commit details -
Wrote componentDidMount function to do a get request from axios API w…
…hen Board is mounted. Set state of cards to the get request result. Caught errors are lifted to App via a callback function for display in the header.
Configuration menu - View commit details
-
Copy full SHA for 0b616e6 - Browse repository at this point
Copy the full SHA 0b616e6View commit details -
Changed Board's render function to display cards from the axios get r…
…equest response. Discovered error messages were not set up properly; fixed that as far as I can tell.
Configuration menu - View commit details
-
Copy full SHA for 4247922 - Browse repository at this point
Copy the full SHA 4247922View commit details -
More, hopefully final, changes to error messages. Added remove button…
… to each card. Not yet functional. Updated PropTypes.
Configuration menu - View commit details
-
Copy full SHA for 10e6add - Browse repository at this point
Copy the full SHA 10e6addView commit details -
More, hopefully final, changes to error messages. Added remove button…
… to each card. Not yet functional. Updated PropTypes.
Configuration menu - View commit details
-
Copy full SHA for aa8f18c - Browse repository at this point
Copy the full SHA aa8f18cView commit details
Commits on Jun 23, 2019
-
Wrote removeCard function which makes an API call to delete the card …
…from the database. Connected this to the button's onClick event handler. Need to make the view update.
Configuration menu - View commit details
-
Copy full SHA for 22074c3 - Browse repository at this point
Copy the full SHA 22074c3View commit details -
Added to the removeCard function some logic to remove the card from t…
…he view. Also cleaned up some code and comments. NOTE Right now the API call is commented out for deletions. This is to preserve data for ther rest of the app development. UNCOMMENT BEFORE DEPOLYMENT OR PROJECT SUBMISSION
Configuration menu - View commit details
-
Copy full SHA for bf8906e - Browse repository at this point
Copy the full SHA bf8906eView commit details -
Added form for adding a new card. Post request is working; card gets …
…added to the database. Need to implement the update to the view. Do this with setState.
Configuration menu - View commit details
-
Copy full SHA for fe248cc - Browse repository at this point
Copy the full SHA fe248ccView commit details -
Broken. Error is Objects are not valid as a React child. found object…
… with keys allCards. Making this branch to try a fix. Move rendering of cards to the render function in board. Save all responses from the API directly to the cards array in state.
Configuration menu - View commit details
-
Copy full SHA for 938ce13 - Browse repository at this point
Copy the full SHA 938ce13View commit details -
Fixed things so that a new card will display. Fix: added a map to ini…
…tial get request to pull the text and emoji data out of the card object. Now need to go through and fix delete and whatever else broke in the process.
Configuration menu - View commit details
-
Copy full SHA for 346c28f - Browse repository at this point
Copy the full SHA 346c28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447c69c - Browse repository at this point
Copy the full SHA 447c69cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa24e6 - Browse repository at this point
Copy the full SHA 8aa24e6View commit details -
Fixed emoji dropdown. Can now select an emoji in the form and it will…
… save to the card.
Configuration menu - View commit details
-
Copy full SHA for febf2ff - Browse repository at this point
Copy the full SHA febf2ffView commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 81c5bf6 - Browse repository at this point
Copy the full SHA 81c5bf6View commit details -
Tests implement for Card and NewCardForm components. Snapshots create…
…d and tests are passing.
Configuration menu - View commit details
-
Copy full SHA for c42e326 - Browse repository at this point
Copy the full SHA c42e326View commit details