Submitted by: Arnold Bhebhe
About this web app: Your Ergonomic WorkSpace Designer
Time spent: 15 hours
The following required functionality is completed:
- The web app is connected to a PostgreSQL database, with an appropriately structured
CustomCar
table- NOTE: Your GIF must include a view of your Railway database that shows the contents of the table used by your app
- The web app uses React to display data from the API
- Users can view a list of options they can select for different aspects of a
Workspace
- On selecting each option, the displayed visual icon for the
Workspace
updates to match the option the user chose- Updates are reflected once the user submits their choices and is taken to the workspaces page
- The user can submit their choices to save the workspace to the list of created
ErgoWorkspaces
- If a user submits a feature combo that is impossible, they should receive an appropriate error message and the item should not be saved to the database
- The app displays the total price of all features
- Users can view a list of all submitted
Workspace
- Users can edit or delete a submitted
Workspace
from the list view of submittedWorkspace
- Users can update or delete
Workspace
that have been created from the detail page
The following optional features are implemented:
- Selecting particular options prevents incompatible options from being selected even before form submission
The following additional features are implemented:
- Slider for each category of items - to allow for more granular selection of items
Here's a walkthrough of implemented required features:
GIF created with LiceCap.
- This idea has great potential, and impacts a lot of people. I would like to continue working on it, and make it a fully functional app.
- I had some challenges implementing the slider, but I was able to get it to work and got to learn about the react-slick library.
Copyright [2023] [Arnold Bhebhe]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.