{"id":21824848,"url":"https://github.com/badalsharmaa/daubstore","last_synced_at":"2026-05-08T06:48:42.215Z","repository":{"id":254312261,"uuid":"842323637","full_name":"badalsharmaa/DaubStore","owner":"badalsharmaa","description":"Creating an open-source project for a Shopify e-commerce website, such as \"Daub,\".","archived":false,"fork":false,"pushed_at":"2024-09-01T06:11:32.000Z","size":1494,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T08:14:19.015Z","etag":null,"topics":["css","javasscript","liquid","shopify","website","website-builder"],"latest_commit_sha":null,"homepage":"https://mydaub.com/","language":"Liquid","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badalsharmaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T05:50:28.000Z","updated_at":"2024-09-01T06:11:35.000Z","dependencies_parsed_at":"2024-08-26T11:49:41.856Z","dependency_job_id":null,"html_url":"https://github.com/badalsharmaa/DaubStore","commit_stats":null,"previous_names":["badalsharmaa/daubstore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badalsharmaa%2FDaubStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badalsharmaa%2FDaubStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badalsharmaa%2FDaubStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badalsharmaa%2FDaubStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badalsharmaa","download_url":"https://codeload.github.com/badalsharmaa/DaubStore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795247,"owners_count":20511519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","javasscript","liquid","shopify","website","website-builder"],"created_at":"2024-11-27T18:00:31.754Z","updated_at":"2025-10-10T03:11:19.939Z","avatar_url":"https://github.com/badalsharmaa.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAUB (E-commerce Shopify Website)\n\n**Project Overview:**\nDABB is an online store specializing in men's t-shirts. We offer a curated collection of high-quality tees designed to cater to various styles and preferences.\n\n## Features\n\n* **Home Page:** Explore latest collection and discover global trends.\n* **Seamless Sharing:** Share experiences through a personalized feed.\n* **Personalized Feeds:** Tailor content based on interests.\n* **Bucket Lists:** Create private lists for selective sharing.\n* **Reward Coins:** Earn and redeem coins for rewards.\n* **Cross-Platform Compatibility:** Access DAUB on most devices because is a website.\n* **Private Sharing:** Share links without revealing your profile.\n* **Seamless Payments:** Make payments without QR codes or phone numbers.\n\n## Bug List\n\n### Critical Bugs\n| Title | Description | Severity | Affected Pages | Bug Patch |\n|---|---|---|---|---|\n| **Bug 1** | Wishlist click redirects to login page when logged out. | Critical | Home | [Patch Link] |\n| **Bug 2** | Logo is not centered. | Critical | Home | [Patch Link] |\n| ... | ... | ... | ... | ... |\n\n### High Priority Bugs\n| Title | Description | Severity | Affected Pages | Bug Patch |\n|---|---|---|---|---|\n| **Bug 1** | Wishlist is enabled even when not logged in. | High | Product | [Patch Link] |\n| **Bug 2** | Wishlist heart icon is too small. | High | Product | [Patch Link] |\n| ... | ... | ... | ... | ... |\n\n### Medium Priority Bugs\n| Title | Description | Severity | Affected Pages | Bug Patch |\n|---|---|---|---|---|\n| **Bug 1** | No pop-up for email sent notification. | Medium | Login | [Patch Link] |\n| **Bug 2** | Sign in with Google is not enabled. | Medium | Login | [Patch Link] |\n| ... | ... | ... | ... | ... |\n\n### Low Priority Bugs\n| Title | Description | Severity | Affected Pages | Bug Patch |\n|---|---|---|---|---|\n| **Bug 1** | Account activation via forgot password. | Low | Create Account | [Patch Link] |\n| **Bug 2** | Same mail body for account creation and forgot password. | Low | Create Account | [Patch Link] |\n| ... | ... | ... | ... | ... |\n\n## Bug Patches\n\n| Title | Description | Date Applied | Changes Made |\n|---|---|---|---|\n| **Patch 1** | Added pop-up for email sent notification. | [Date] | Implemented JavaScript to trigger pop-up. |\n| **Patch 2** | Fixed account activation issue. | [Date] | Corrected backend logic for activation. |\n| ... | ... | ... | ... |\n\n# Bug Report: E-commerce Website Improvements\n\n## Home Page\n\n1. **Wishlist Redirect**: When logged out, clicking the wishlist should redirect to the login page.\n2. **Center the Logo**: The logo needs to be centered. Apply CSS styles (e.g., `text-align: center;` or `margin: 0 auto;`) to achieve this.\n3. **\"Shop Now\" Button**: Ensure that the \"Shop Now\" button opens the entire collection page. Update the button's URL accordingly.\n4. **Wishlist Option Next to Cart**: Add a wishlist icon/link next to the cart at the top. Implement redirection to the wishlist page or prompt for login.\n5. **Top Banner Styling**: Adjust the color and thickness of the top banner using CSS.\n\n## Product Page\n\n1. **Enable Wishlist**: Only show the wishlist heart icon when users are logged in.\n2. **Heart Icon Size**: Increase the size of the wishlist heart icon to match other icons.\n3. **Remove Wishlist Text**: Hide the text associated with the wishlist icon.\n\n## Login Page\n\n1. **Pop-up for Email Sent Notification and Errors**: After form submission, display a pop-up for email sent notifications and error messages.\n2. **\"Sign in with Google\" Option**: Enable users to sign in with their Google account.\n3. **Mark Mandatory Fields**: Add an asterisk (*) to mandatory fields on all form pages.\n4. **Redirect After Sign-In**: Redirect users to the home page after clicking \"Sign in,\" rather than the account page.\n\n## Create Account Page\n\n1. **Email Confirmation Pop-up**: After clicking \"Create Account,\" show a pop-up indicating that an email has been sent for confirmation. Allow login only after email confirmation.\n2. **Mark Mandatory Fields**: Mark mandatory fields with an asterisk (*) on all form pages.\n\n## Contact Page\n\n1. **Phone Number Support**: Add phone number support with a 10-digit limit check. Display an alert before submission.\n\n## Forgot Password Page\n\n1. **Reset Password Redirect**: After clicking \"Reset Password,\" redirect users to the login page with a message: \"Password has been changed.\"\n\n## Manage Address Page\n\n1. **Change \"Province\" to \"State\"**: Update the label for the address field.\n2. **Asterisk for Mandatory Fields**: Mark mandatory address fields with an asterisk (*).\n3. **Display Errors**: Implement validation checks for mandatory fields and display relevant error messages.\n\n\n**Note:**\n\n* Replace the placeholders with actual bug descriptions, severities, affected pages, and patch details.\n* Link to the corresponding GitHub Issues for each bug and patch.\n* Use Markdown formatting for tables and headers.\n* Consider adding a section for known issues or future enhancements.\n\nBy following this structure, you'll create a clear and informative README that helps contributors understand the project's status and contribute effectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadalsharmaa%2Fdaubstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadalsharmaa%2Fdaubstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadalsharmaa%2Fdaubstore/lists"}