Git Product home page Git Product logo

fammed-guide's Introduction

vue_test

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

fammed-guide's People

Contributors

jetlagpoetry avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

fammed-guide's Issues

Validation check

In feedback page, there is a form consists of several fields. However, we should only allow submission when all fields are filled. An alternative is to inactivate the submit button based on the input of those text-fields. It shouldn't take much work.

Feedback page

A new feature will be added! There is a feedback page where users can put their names/feedbacks and commit to our mongodb database. I need to give appropriate response when the user clicks 'submit', for instance a spinning circle.. Then we route to a page that shows if the submission is finished or any error occurred. Set this up very soon.

VueRouter hierarchy

Previously the project was designed to have desktop and mobile version separately because of incompatible components with mobile screens. I tried many different methods and found a solution. Right now, since the boss wants 2 versions to be consistent, there is no need keeping 2 different versions. And mobile adaptation will be achieved still by media queries.

v-textarea gets stuck when typing real fast.

From last cycle's feedback, I added this feature that a recommendation will be selected automatically when users type in its related textarea. It worked fine when we type normally but when I try press random keys very fast, the input box (including the whole page) is stuck, until all texts I typed shows at one time about 2-3 seconds later.

This is due to a 'v-on:input' is called everytime a character is appended/deleted, which makes the program overwhelmed.

Might use a debounce module later which adds 1 second delay to the event callback, and is commonly used for search fields.

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.