Giter Club home page Giter Club logo

json-schema-dev's People

Contributors

dependabot[bot] avatar hugo avatar relequestual avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

json-schema-dev's Issues

Improve use of space

There is a lot of "dead" space in the current design. The "active" parts of the UI could be rearranged to make better use of the user's available screen space.

Screenshot 2019-06-09 at 11 40 30

Refactor component structure

A significant amount of logic and layout for the app is currently in App.vue. This is fine for an MVP, but before adding more complexity it would be helpful to decompose the application into a number of smaller, easier to understand, easier to edit parts.

Auto-select link text on mobile

Tapping in the "share" textbox selects the text automatically on desktop, but not on mobile (or at least not on iOS). For consistency of UX, it should work across all platforms.

Improve editor experience

Currently the editor windows are a fixed size. It would be useful if it were possible to toggle between showing both the schema and instance, just the schema, or just the instance. This feature is common on online editors such as CodeSandbox, JSBin, JSFiddle, etc.

Use larger font size for inputs on mobile

iOS will "zoom" the page in when selecting an <input /> or <textarea /> with a font size less than 16. This "breaks" the layout and leads to a suboptimal experience. Also, small font sizes are hard to read for many users, so it's not the best UX anyway.

Catch unresolveable references

Currently, if a $ref is unresolveable, the error is not reported to the end user and results in an uncaught error.

Example:

{
  "type": "object",
  "$ref": "foo.json"
}

Use URL segment for share links

Rather than using the query parameter (?shareData=abcdef) for share links, use a URL segment (/s/abcdef). This is slightly shorter and slightly neater.

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.