project-aqua icon indicating copy to clipboard operation
project-aqua copied to clipboard

Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.

Results 17 project-aqua issues
Sort by recently updated
recently updated
newest added

A lot of the current solutions in the market allow for teams that sign up to build a website and host it on their website. Here are some examples: *...

help wanted
💡 Feature Request

Right now the [Roster page](https://github.com/JamesSingleton/project-aqua/blob/main/apps/admin/app/admin/%5BteamId%5D/roster/page.tsx) uses a normal table and has a blank empty space if the user didn't select "Quick View" on an athlete. We should switch the table...

help wanted
🚀 Good first issue

I decided that [Supabase](https://supabase.com/) would be the DB of choice between the Web app and Desktop app. To start off, here is what I am thinking table wise ```sql --...

help wanted

A key feature for the app will be the ability to add, edit, and track swim workouts. I started the setup [here](https://github.com/JamesSingleton/project-aqua/tree/main/apps/web/app/(admin)/admin/workouts) creating the following pages: * `/admin/workouts` - lists...

help wanted

Currently the create athlete form only includes the following: * First Name * Middle Name * Last Name * Preferred Name * Date of Birth * Age (this is currently...

help wanted

Currently the date picker sits higher than the rest of the form inputs and should sit evenly with the rest. ![Screenshot 2024-03-25 at 8 18 45 AM](https://github.com/JamesSingleton/project-aqua/assets/21000200/af40bfa3-554d-4b8a-aad9-86787beb2a7c)

help wanted
🚀 Good first issue

**Describe the bug** When in a table size (width of 768px), the left nav scrolls as the user scrolls the page, this should not happen **To Reproduce** Steps to reproduce...

🐛 Bug
help wanted

When the user is on `/admin/teams` and clicks the "Add Team" or "+ New Team" button it should pop up a modal for `/admin/teams/create`.

help wanted

I haven't decided between Clerk, Supabase Auth, Next Auth/Auth.js or Better Auth just yet. I would be open to discussing pros and cons of each. I am slightly leaning towards...

help wanted

Current the form lives [here](https://github.com/JamesSingleton/project-aqua/blob/main/apps/web/components/forms/MeetSetup.tsx). When the form is complete it should have the following items: * Meet Name (required) * Facility Name (required) * Address 1 * Address 2...

help wanted