Pivoting and GitHub managing.
Our team's previous week was the "slowest" it has been since our formation last month. Slow isn't a bad reasoning compound in this case. Slow in the sense of carefulness. We are in a phase of getting our application to its MVP phase. We know that it is important that we have this be up to a high-quality standard and we are taking our time to put everything together in manner that is professional and understandable for beginners and project experts.
This previous week was the first time I needed to pivot to another task. I am tasked with completing an adoption form for our app. The button must be available on every adoptable pet profile page, as a clickable button. This button needs to use some of the Pet finder API information and get a list for that pet and take whatever entry and make the button displayed to the user. The user can now click the button and be taken to an adoption form and submit the form to our backend servers. Once the application is submitted then we redirect the user to the start page and tell them their application has been submitted.
All of this is doable, but I need to have some things happen before i can move on to complete all of the above steps in code.
- I need the backend to have the servers set up and allow the information to be housed there and sent to the application forms stakeholder.
- I need the API's that generate pet profiles to be live so that I can reference my code to the corresponding segments within our main application code and create the buttons from there.
- I need the submit buttons call to action linked to the user homepage and this would have to be after a user has signed in.
Comments
Post a Comment