clean up pair programming#1
Open
Loukass23 wants to merge 25 commits intostudent-attendance-trackerfrom
Open
Conversation
* rm docs * Update middleware to clarify redirection for authenticated users and modify dashboard page redirection logic for users without a database record. Remove postinstall script from package.json to streamline installation process.
… with .cursor rules (CodeAcademyBerlin#48) Co-authored-by: David Law <davidzw.law@gmail.com>
authored-by: David Law <davidzw.law@gmail.com>
… attendance page. Implement utility functions for date validation and disable future dates in the calendar. Enhance attendance statistics visualization with quick statistic cards.
…e component for attendance handling. Replace the existing date picker and statistics visualization with interactive components for better user experience. Remove deprecated files and streamline attendance data fetching and processing logic.
… from the attendance management system to streamline the codebase.
…nce management system.
… schemas to streamline the attendance management system. This includes the deletion of related utility functions and documentation.
…arious functions. Remove unused validation schemas and streamline date processing logic to ensure consistent handling of attendance dates.
…teractiveAttendanceManager, and StudentRow components to simplify the attendance management system. This change enhances code clarity and reduces unnecessary complexity.
…ates in InteractiveAttendanceManager. This ensures the component reflects the latest student data accurately.
…ents state syncs with server data when navigating between dates. This improves data accuracy in the component.
…ac-25 into pair-programming-fixes
… test fixtures to include start and end dates for user and cohort. Enhance app sidebar to include attendance link for ADMIN role.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… attendance page. Implement utility functions for date validation and disable future dates in the calendar. Enhance attendance statistics visualization with quick statistic cards.# Pull Request
📝 Description
What does this PR do?
🔄 Type of Change
📸 Screenshots/Videos
🤔 Questions and Concerns
Known Issues or Limitations
📚 Additional Context
🙏 Thank You!
Thank you for contributing to CODAC! Your effort helps make this platform better for the entire Code Academy Berlin community.
First-time contributor?
Welcome! 🎉 Don't worry if you receive feedback - it's all part of the learning process. We're here to help you succeed!
Need help?
Happy coding! 🚀
… attendance page. Implement utility functions for date validation and disable future dates in the calendar. Enhance attendance statistics visualization with quick statistic cards.