Open Issues Need Help
View All on GitHub Fill in data.sql with DALI products, and more mock data fro accounts, admin_accounts, etc. 2 months ago
AI Summary: Populate the DALI e-commerce database with sample data, including DALI products, customer accounts, admin accounts, addresses, and orders. This involves writing SQL INSERT statements for the `data.sql` script.
Complexity:
2/5
help wanted
Update delivery times description 2 months ago
help wanted
Currently some of the HTML files have inline styles (`header.html`), everything should be in a separate css file 2 months ago
AI Summary: Refactor the inline CSS styles in the `header.html` file (and potentially other HTML files) of the DALI e-commerce Spring Boot application into separate, well-structured CSS files. This involves moving all inline styles into external CSS files, organizing the CSS for better readability and maintainability, and potentially improving the overall CSS structure according to best practices.
Complexity:
3/5
help wanted