Issue 7 create format and rules page - #26
Merged
Merged
Conversation
- Add comprehensive competition overview with venue specs and match duration - Implement equipment requirements section with detailed drone specifications - Add Special Touch Opportunity rules (one per match, restricted in obstacle zone) - Create detailed Stage 1 Mission Zone rules with 5-second penalty system - Implement Stage 2 Obstacle Zone with specific team paths (Red: B→A→C→D, Blue: A→B→C→D) - Add complete Honor Points award table and scoring system - Enhance violations section with yellow/red card escalation rules - Add safety guidelines section for participants and spectators - Refactor CSS with reusable style constants and components Closes #7
….com/codersforcauses/robodrone into issue-7-Create_Format_and_Rules_page
- Add Navbar component with navigation and responsive mobile menu - Add Footer component with contact info and social links - Add ProgressBar component with drone progress indicator (25% for format-rules) - Enhance CheckList component with modern card design and progress tracking - Update next.config.mjs to allow external images from squadrone.com.au - Update globals.css with English comments and component styles - Update format-rules.tsx with proper component integration - Remove old placeholder Footer.tsx and ProgressBar.tsx files - Add SVG assets (Drone.svg, FinishFlag.svg, Line2.svg) for progress indicator - Fix duplicate title issue between page header and ProgressBar - Add react-icons dependency for navbar icons - All components properly integrated with consistent styling
- Add react-icons dependency at root level for monorepo structure - Sync package-lock.json with latest dependency changes
Julie-Salazar
previously approved these changes
Jul 15, 2025
Julie-Salazar
left a comment
Collaborator
There was a problem hiding this comment.
I think everything looks good, nothing inherently bad with code. Could use some more css classes to organise styling better but not necessary. Tested on macbook air brave browser. Make sure to add package-lock.json to .gitignore please @DDuu123321
Contributor
Author
|
I have integrated the latest components, footer and navbar, and deleted unnecessary commits. All dependencies and environment files are consistent with the main branch. |
allyharrison
approved these changes
Jul 19, 2025
Contributor
|
Nice work! |
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.
Change Summary
Complete implementation of the Format & Rules page with integrated navigation, progress tracking, and modern UI components. Added Navbar with responsive mobile menu, Footer with contact information, ProgressBar with drone progress indicator, and enhanced CheckList component with modern card design.
Change Form
Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.
Other Information
Key components and features added:
Technical Notes:
Related issue