North-Seattle-College / ad440-winter2020-thursday-repo

Repository for AD440 Thursday Class in Winter 2020
Apache License 2.0
10 stars 5 forks source link

Get Keys connected to API #85

Open ReyesHerrera opened 4 years ago

QuincyPowell commented 4 years ago

Time to implement this (with the luxury of some hindsight): 2-4h - basic research on generating HTTP requests in JS 2-4h - Implementation of feature in a quick-and-dirty way 2-6h - Actually making it proper with promises and awaits 1-2h - Wiki page and other extras

QuincyPowell commented 4 years ago

Actual time spent working on this (from dev journal) 1.5h - Met with team, discussed Redux with Matt P. Discussed React menu with Perla. 45m - Wrote document describing proper Git flow 3h - Collected manually the team’s work from Sprint 1 and correct the folder structure. 20m - Added test task issues 30m - fixing Abby’s Git problem. Seems to have been PEBKAC. I was able to clone and branch just fine. 30m - Explaining to Abby how to create a dummy App.js container to develop components “in vacuum” 1h - Discussion with Kevin from API team and rest of UI team essentially explaining how an API works. 2h - Actually working to wire up the API. Used Postman to verify API paths. Wrote some button linked methods to try and get list data out of the API. These were getting blocked by some kind of cross-site-scripting protection. Not sure what the adjustment is yet, or if it should be UI, API or both that adjusts. Wrote method that should send keybundle checkout requests to API.

QuincyPowell commented 4 years ago

Required links: PR: https://github.com/North-Seattle-College/ad440-winter2020-thursday-repo/pull/117 Wiki: https://github.com/North-Seattle-College/ad440-winter2020-thursday-repo/wiki/UI-Key-Checkout Test issue: https://github.com/North-Seattle-College/ad440-winter2020-thursday-repo/issues/101

Wiki and Test issue to be updated after class