Canadian Swimming Rankings is a graphing website that allows Swimmers and Coaches to take a closer look at the trends and insights from the results across all Age groups, Events and Genders from the Current & Previous Years.
All Data on this site has been provided by Christian Kaufmann, the owner of swimrankings.net . If you or your club are looking for Team Management or Meet Management software, refer to https://www.swimrankings.net/index.php?page=splashsoftware
If you do not see your Club listed in the dropdown, or your club is not within Canada email me and I can add your club and country to the list. Use Header "Canadian Swimming Rankings: '(Request Club)' " owenduncansnobel@gmail.com
If you have any comments / feedback on future updates or want to request a feature you can also email. Use Header "Canadian Swimming Rankings: '(Feedback)' " owenduncansnobel@gmail.com
If you find any bugs, or you believe the data does not seem to be correct for the graph. If you are familiar with Github you can open an ISSUE.
Otherwise, you can also email me and describe how to replicate it, or describe how the bug occured.
https://owen-duncan-snobel.github.io/canadianSwimmingRankings/
### Components
├── QueryParameter.md
├── analytics
│ ├── analytics.md
│ ├── fastestCity
│ │ └── fastestCity.tsx
│ ├── fastestMeets
│ │ └── fastestMeets.tsx
│ ├── peakMonth
│ │ ├── peakMonth.tsx
│ │ └── peakMonth.md
│ └── timeAnalytics
│ └── timeAnalytics.tsx
├── linegraph
│ ├── linegraph.tsx
│ └── linegraph.md
├── reactTable
│ ├── reactTable.tsx
│ └── reactTable.md
└── swimmerData.zip
### Constants
constants
├── graphFunctions
│ ├── graphFunctions.tsx
│ └── graphFunctions.test.js
└── swimmingConstants
└── swimmingConstants.tsx
### Controllers
controllers
├── clubDashboard
│ └── clubDashboard.tsx
├── swimmerDashboard
│ └── swimmerDashboard.tsx
└── swimmertable
├── swimmertable.tsx
└── swimmertable.md
### Views
views
├── about
│ └── about.tsx
├── clubs
│ ├── clubs.tsx
│ └── clubs.md
├── contact
│ └── contact.tsx
└── swimmer
├── ProcessingData.md
└── swimmer.tsx
- QueryParameter.md Useful if you want to begin fetching your own excel files.
- analytics
- analytics.css
- analytics.md
- fastestCity
- fastestMeets
- peakMonth
- timeAnalytics
- linegraph
- reactTable
- graphFunctions
- swimmingConstants
- clubDashboard
- swimmerDashboard
- swimmertable
- about
- clubs
- contact
- swimmers