Coder Social home page Coder Social logo

lau-koviti's Introduction

La'u Kōviti

Repo for learning Quasar.

Netlify Status End-to-end tests

Getting started

docker-compose up -d

Once installed you can access the dev site on port 8080. e.g. localhost:8080

Compiled SPA can be accessed on port 8000. e.g. localhost:8000/index.html

Demo Form

https://docs.google.com/forms/d/e/1FAIpQLSc41GKKitf_6kXal5n4xIeSM_w0Czw2GX7-i8bIR0CJYLNG6A/viewform?usp=sf_link

Common commands

# start up dev environment
docker-compose up -d

# stop environment
docker-compose stop

# delete everything and start in a clean environment
docker-compose down -v

# check logs
docker-compose logs -f

# check logs for specific container
docker-compose logs -f node

# log into node container (this will allow use of drush and composer)
docker-compose exec node sh

# run tests
docker-compose up -d && docker-compose logs -f cypress

lau-koviti's People

Contributors

ainsofs avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

lau-koviti's Issues

limit submissions

to help reduce spamming or accidental submission. only allow 1 submission per 3-5 seconds

add tabs for mobile

See https://quasar.dev/layout-builder

<q-footer elevated class="bg-grey-8 text-white">
  <q-toolbar>
    <q-toolbar-title>
      <q-avatar>
        <img src="https://cdn.quasar.dev/logo-v2/svg/logo-mono-white.svg">
      </q-avatar>
      <div>Title</div>
    </q-toolbar-title>
  </q-toolbar>
</q-footer>
  <q-tabs align="left">
    <q-route-tab to="/page1" label="Page One" />
    <q-route-tab to="/page2" label="Page Two" />
    <q-route-tab to="/page3" label="Page Three" />
  </q-tabs>

Fix scrolling issue

On mobile when auto focusing sometimes the input box goes under the banner image

Tip use scroll padding top css or scroll margin top

improve ux

High Priority

  • add banner on home page
  • add sort
  • Display all villages and underlying conditions from MOH form
  • #9
  • Hide vertical scroll bar when page is empty

convert to vite

instead of webpack for faster dev and smaller prod builds = faster loading prod

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.