Created
February 16, 2020 20:04
-
-
Save josno/169f5c2e0643dfe1013fdf0c95fff8b6 to your computer and use it in GitHub Desktop.
pawpad-round2-feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name of your app | |
| Link to live static version | |
| Link to repo on GitHub | |
| The user feedback you collected. | |
| Indicate who you spoke to, what you learned, and what if anything you did in response to the feedback. | |
| PawPad | |
| Link to static version: https://pawpad.now.sh/ | |
| Link to client Repo: https://github.com/josno/pawpad-client | |
| Link to api Repo: https://github.com/josno/pawpad-server | |
| I reiterated over my frontend project and updated the app based on their initial requests of changes. The main focus from the second feedback has been about creating a separate screen for the dogs' medical and misc. notes. | |
| I added a separate page that takes the user to an individual dog's note page. They wanted to keep a changelog-like record of all notes on each dog - kind of like a feed of information. For the owners of the shelter it's more important to keep a timed records with each note detailing who wrote it so they can talk to their coworkers if necessary. They also wanted to add an update section with the person who last updated dog information on each dog page. | |
| When they test the second iteration, they liked that there was a separate page for the notes. However they felt adding a new dog took a little took long. Once they hit 'submit' it took about 5 seconds for them to see the refreshed list of dogs. This is because I'm using cloudinary to upload binary data of the dog's images. I would need to explore more efficient hosting services that can upload quickly. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment