asamamun / tigercommerce

Polytechnic 2024 batches multivendor e-commerce in php-mysql
GNU General Public License v3.0
4 stars 0 forks source link

Issues and Improvement Suggestions for TigerCommerce Project #2

Open zimalshahriar opened 1 month ago

zimalshahriar commented 1 month ago

Issues in TigerCommerce Project

1. Dynamic Loading of Bootstrap 5 Icons in Category Sidebar

Description: The category sidebar currently lacks dynamic loading of Bootstrap 5 icons. Implementing this feature is crucial for improving the visual appeal and user experience of the site.

Possible Solution:


2. Cart Icon Product Count Not Updating

Description: The cart icon's product count only updates accurately on the product-details.php page. On other pages, it consistently shows a count of zero, misleading users about their cart contents.

Possible Solution:


3. User Role Check is Inadequate

Description: The current user role check is ineffective, allowing regular users to access admin pages. This vulnerability poses a security risk by permitting unauthorized users to view or alter sensitive information.

Possible Solution:


4. Product Images Not Displaying in Admin Dashboard

Description: Product images are not displaying correctly in the admin dashboard, hindering effective product management by admins.

Possible Solution:


Reason for Not Solving

While addressing these issues is important, my current focus is on core functionalities, including:

Once these foundational tasks are completed, I will prioritize and resolve the aforementioned issues to enhance the overall robustness of the TigerCommerce platform.

asamamun commented 1 month ago

1 or 2 hours time needed to solve the issues.