Giter VIP home page Giter VIP logo

mhshakk's People

Contributors

2024kbain avatar ciban1 avatar courtneyhi avatar courtneyhisa avatar dependabot[bot] avatar gabecyatt avatar jhung-mililani avatar kaizukaaizumi avatar ncarlisle24 avatar shringo avatar supamunch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shringo

mhshakk's Issues

seo improvements

Best Practices for SEO

Just some minor details that should probably be resolved in our final builds

Issues

  • index.tsx redirects to Landing.tsx, causing loading times to be longer
    • replace content in index.tsx with current content in Landing.tsx
    • check local imports to ensure consistency across app
  • Pages are named with uppercase (Landing vs. landing, Search vs. search)
    • Uppercase pages should redirect to their lowercase counterparts
  • Landing page doesn't have a <title> element: document titles
    • create <title> element
  • Landing page does not have a meta description: meta description
    • create meta description
  • Fonts are not preloaded, causing FOIT
    • preload fonts in the .tsx file or use the font-display property in css
    • Example (0.2x speed):
      no-preload-fonts

Desktop information:

  • OS: Windows 11 Version 22H2 (Build 22621.2428)
  • Browser: Google Chrome
  • Version: 119.0.6045.124 (Official Build) (64-bit) (cohort: Control)

No link on "Was Your Care Covered?" button

Hotfix no link on click

Clicking on the button should do something, even if it's an internal link.
button

Resolution

  • according to stackoverflow
    • wrap "Were you able to get care?" in a div id: review_clinic
    • wrap button in an anchor tag with a local href: href="#review_clinic"

Desktop information:

  • OS: Windows 11 Version 22H2 (Build 22621.2428)
  • Browser: Google Chrome
  • Version: 119.0.6045.125 (Official Build) (64-bit) (cohort: Control)

Preview feature "mongoDb" is deprecated.

@SupaMunch is there a reason we have the mongoDb preview feature in the prisma client generator? the functionality can be used without specifying it as a preview feature. Removing reference in 6 hours in lieu of a response.
prisma > schema.prisma
previewFeatures = ["mongoDb"]

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.