-
-
Notifications
You must be signed in to change notification settings - Fork 0
Website v1.0🥳👯♀️ #8
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
Merged
Merged
Conversation
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
Inventory fetching now organizes data in a way that better correlates to what is displayed on the shopping page
-Arrow changes depending on if dropdown is open -Menu appears above dropdown if there is not much space beneath it
The Admin inventory page does not organize by SKUs and plants anymore. The first section is plants with currently active SKUs, and the second is plants without currently active SKUs. Each list can be sorted (and eventually searched). The Expanded view of a plant has also been updated. Once complete, the admin should be able to manage all SKUs associated with a plant without leaving the expanded card
For the most part, plant and SKU info can be updated from the admin inventory page. This includes display images
-Admins now have the ability to update customer orders, as well as approve and deny them
Previously, there were many different functions for requesting images from the backend. Both by thumbnail and by full size. Now, images are requested by their id and a size label. When an image is uploaded, its full size is stored. When there's a request for a smaller size that hasn't been made yet, the image is resized, stored as a new file, and returned
Fixed very annoying bug that removed every item added to the cart
Return codes, messages, and 'ok' indicator are now all organized in the same JSON file
Font title updated to a Google Font. It was previously 'fantasy', which meant that it varied across browsers
Minor CSS updates to Footer and Burger menu
Existing React image sliders were not working for my specific application, so I created a custom one. The old hero slider I was using did not work on the DigitalOcean server
-The profile form now successfully updates! -Also some minor CSS updates
-Status codes are once again stored in both the frontend and backend. My experimentation with having the backend send the most up-to-date codes is causing too many issues for me to handle right now -Forms have been updated
The backend can now run using gunicorn, which is much safer for production builds
Plant data can now be updated again, since the way plants and skus are grabbed from the backend has been changed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The website has just enough functionality for a first release. This includes:
-Creating an account
-Signing into an account
-Adding/updating/deleting/submitting a cart
-Uploading plants from an availability file
-Updating plant information, including the display image
-Adding to an image gallery