Skip to content
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

Fetching data stored in csv to view #4

Open
FalakR opened this issue Nov 30, 2023 · 0 comments
Open

Fetching data stored in csv to view #4

FalakR opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FalakR
Copy link
Owner

FalakR commented Nov 30, 2023

Currently, the add-to-cart use case makes use of a csv which has all the info about ice creams such as their name, flavours and price. However, on the browse view, the code for buttons corresponding to each ice cream are created manually and isn't using the csv, as a way to make code cleaner and more effective, a for loop could be used that picks up the name of icecreams from the first column in csv and creates a button according. This way, we can have a larger menu since the for loop will prevent us from limiting the menu.

@FalakR FalakR added the enhancement New feature or request label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant