Giter Site home page Giter Site logo

mikaalnaik / beach Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 11.44 MB

The Monorepo for all things Toronto Beaches

Home Page: https://www.torontobeach.app

TypeScript 94.59% JavaScript 0.06% SCSS 0.18% Jupyter Notebook 5.17% Python 0.01%
weather toronto ecoli publichealth

beach's Introduction

Howdy Folks! ๐Ÿ‘‹

beach's People

Contributors

mikaalnaik avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

beach's Issues

Ferry Schedule Page

Is your feature request related to a problem? Please describe.
Implement Ferry Schedule page.
A user should be able to see when the next ferry is leaving the city and island and there should be a link to the City of Toronto ferry ticket purchasing page

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

ESLint Setup

Let's conform to a code style across the codebase.

Historical Data for Beach

Is your feature request related to a problem? Please describe.
As a beach goer, I'd like to know the historical water quality of a specific beach. Seeing the historical data for a beach also helps enforce the idea that the water is predominantly clean.

Describe the solution you'd like
Upon clicking into a beach page, there is a new card that has an implemented line/bar chart to see the last 30 days of readings from the city.

Describe alternatives you've considered
A scrollable list can also possibly work here depending on if it's better for accessibility

Accessibility Audit

Is your feature request related to a problem? Please describe.
People of visual impairment should be able to use the app just as efficiently as someone without.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Heroku Replacement

Need to figure a path off heroku as they deprecate their free tier.

Ideally something that we can simply deploy an express.js app onto. Trying to avoid platform lock in for situations like Heroku changing their payment structure or other issues like that.

Get Absolute Imports Working

It's much easier to manage the code base with simple absolute paths. Makes the code more portable and easier to write.

import { getOntarioPlaceReading, insertOntarioPlaceReadings } from '../../../utils/backfill/ontario-place';

compared to

import { getOntarioPlaceReading, insertOntarioPlaceReadings } from 'utils/backfill/ontario-place';

We have an outstanding issue with how the TS/node is reconciling the paths during the build. Might be a webpack thing, but something to think about!

Consider a mono-repo for the project

We have a backend, front-end, and some data experimentation projects. It would be much easier for people to work on it if it was all in one place, with some scripts to help get everything running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.