You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completed before final delivery:
*Product Details View #67#24
*Project logo
Updated for final delivery:
*Search bar/product filtration #139
Added a search bar feature as well as drop-down menus so that products may be filtered and ordered by name and price. Initially tried to integrate the search bar within the NavBar, but opted for the easier option of the search bar being a component of the product listing page after much trial and error.
*Front end unit & integration testing #103#83#136
Attempted to correct unit tests to focus more on the functionalities of each component. Spent many hours researching react-testing-library and how to test hooks, functions within functional components, etc. to accomplish this. Despite this, when deploying the tests I came across many compilation errors demanding the renaming of files, installation of new packages, etc. that I was unable to resolve, so I discarded most of my work to avoid creating more conflict. Some of this work, however, still remains on the 'frontEndTest' branch. The original front-end tests remain in the final project.
Attempted to deploy and test integration tests with no success. I installed the 'Testing Playground' chrome extension to help me with knowing how to access and test each React component, however, after struggling with many compilation errors I was not able to deploy these tests let alone finish them. The way my current tests are written (on the frontEndTest branch) is my best guess as to how they would function, although they are not functional. Since I was unable to get them to work, much of my trial and error was discarded and left uncommitted.
*Page responsivity #86#82#164
Made it so that when the WebApp is deployed via a mobile device, the NavBar components do not disappear and the user is still able to log in, signup, and click the store logo to go back to the home page.
*Building blocks & Deployment view documentation #164
Updated the deployment view documentation so that it accounts for the fact that the User's POD is not part of the deployment, but rather an external database that is used.
The text was updated successfully, but these errors were encountered:
Completed before final delivery:
*Product Details View #67 #24
*Project logo
Updated for final delivery:
*Search bar/product filtration #139
Added a search bar feature as well as drop-down menus so that products may be filtered and ordered by name and price. Initially tried to integrate the search bar within the NavBar, but opted for the easier option of the search bar being a component of the product listing page after much trial and error.
*Front end unit & integration testing #103 #83 #136
Attempted to correct unit tests to focus more on the functionalities of each component. Spent many hours researching react-testing-library and how to test hooks, functions within functional components, etc. to accomplish this. Despite this, when deploying the tests I came across many compilation errors demanding the renaming of files, installation of new packages, etc. that I was unable to resolve, so I discarded most of my work to avoid creating more conflict. Some of this work, however, still remains on the 'frontEndTest' branch. The original front-end tests remain in the final project.
Attempted to deploy and test integration tests with no success. I installed the 'Testing Playground' chrome extension to help me with knowing how to access and test each React component, however, after struggling with many compilation errors I was not able to deploy these tests let alone finish them. The way my current tests are written (on the frontEndTest branch) is my best guess as to how they would function, although they are not functional. Since I was unable to get them to work, much of my trial and error was discarded and left uncommitted.
*Page responsivity #86 #82 #164
Made it so that when the WebApp is deployed via a mobile device, the NavBar components do not disappear and the user is still able to log in, signup, and click the store logo to go back to the home page.
*Building blocks & Deployment view documentation #164
Updated the deployment view documentation so that it accounts for the fact that the User's POD is not part of the deployment, but rather an external database that is used.
The text was updated successfully, but these errors were encountered: