GithubHelp home page GithubHelp logo

my-wacai's People

Contributors

davidren-sq avatar wanderyt avatar yuren-sh avatar

Watchers

 avatar  avatar

my-wacai's Issues

Add hash tag

Add hash tag section for each item to track / search more conveniently

Multi users support

  • login / logout
  • token management
  • multiple DB files
  • add user table and user name column for each table
  • get user name in each request - cookie token?
  • use parameters instead of string concatenation when dealing with sql statements
  • restructure db operation files

Create own axios

Axios should contain:

  • loading status control
  • timeout control
  • TBD

Advance search datetime display issue

Issue 1 - Wrong date format

Reproduce steps:

  1. choose 2019 -> Nov -> 10
  2. display 2019-10-10

Issue 2 - Datepicker beyond the screen

End date -> date picker -> part hidden from the screen

Issue 3 - Remove time picker in datepicker widget

Calculator

Show calculator when inputing numbers

Auto generate related info

When choosing one item in comment section, generate following details:

  • platform
  • category (optional)
  • sub category (optional)

Ideally all those info should be returned based on getComments api, and popup dialog if multiple items are matched.

Focus on input box will zoom in the whole page under mobile web

Disable Auto Zoom in Input “Text” tag - Safari on iPhone

Reason

The browser will zoom if the font-size is less than 16px and the default font-size for form elements is 11px (at least in Chrome and Safari).

Solutions

CSS

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

HTML Meta Configuration

Prevent Safari from automatically zooming in on text fields during user input without disabling the user’s ability to pinch zoom. Just add maximum-scale=1 but leave out the user-scale attribute.

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

Details in search result

Add details in search result

  • Total amount in each category
  • Total amount in each subcategory
  • Pie chart / bar chart for optional

Items separated by year / month

  • Just like fin item total list

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.