Skip to content

Providing a more extensive look at how you rank and compare to the other swimmers in Canada for the specified age ranges.

License

Notifications You must be signed in to change notification settings

owen-duncan-snobel/canadianSwimmingRankings

Repository files navigation

Canadian Swimming Rankings

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

Table of Contents

  1. Request Club Listing
  2. Feedback / Feature Request
  3. Report Bug
  4. File Structure / Documentation

Request Club Listing

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

Feedback / Feature Requests

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

Report Bug

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.

File Structure / Documentation

Documentation

https://owen-duncan-snobel.github.io/canadianSwimmingRankings/

Components

### 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

Components

Constants

Controllers

Views

About

Providing a more extensive look at how you rank and compare to the other swimmers in Canada for the specified age ranges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages