daily-code
daily-code copied to clipboard
**Describe the bug** Terms and conditions , privacy - policy pages are not introduced in the code. **To Reproduce** 1. Go to footer and click on terms and conditions or...
### **Problem Statement** Currently, in the daily-code project, users can submit their code solutions similar to the LeetCode platform, and they can view their accepted submissions in their profiles. However,...
https://github.com/code100x/daily-code/assets/134310734/9485aace-e7da-4b2c-a6b7-824773f393b9 Updates - * Fixed the code vulnerability as requested ### Checklist before requesting a review - [ ] I have performed a self-review of my code - [ ]...
We have a lot of components in `packages/ui` that are using `apps/web` This is a circular dependency. We should move these back to ui
### **Closes #410** ### **Problem Statement** Currently, in the daily-code project, users can submit their code solutions similar to the LeetCode platform, and they can view their accepted submissions in...
### PR Fixes: - 1 The login error happening in the slides - 2 The issue is related to package importing and exporting https://github.com/code100x/daily-code/assets/66407522/e99f20c0-5145-4833-a62f-f25e2fbee598 ### Checklist before requesting a review...
### PR Fixes: - 1 fix the import in the LesssonView.tsx - 2 fix the export from packages/ui Resolves #408 ### Checklist before requesting a review - [x] I have...
**Describe the bug** While setting up the project I found 2 import errors in LesssonView.tsx **Screenshots or GIFs**  
### PR Fixes: - setupDB.sh shell bug fix Initially, when we use this script, it throws a unique constraint error as we are running the seed twice. Fixed that by...
When we use this script, it throws a unique constraint error as we are running the seed twice. Steps to reproduce the behavior: 1. Drop the DB 2. Rerun the...