Code Monkey home page Code Monkey logo

project-3-1819's Introduction

project-3-1819

Summary

This readme contains my proof of concept for the tag system of CERN's Jiskefet webapp. Tags

Project setup

Install dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Design

This section compares the differences and improvements between the current tag system of the Jiskefet webapp and my proof of concept.

Current tag system

Tags

The current tag system of the webapp:

  • Has a select field to add existing tags to the log
  • An input field to add new tags to the log
  • A button to save an existing tag or new tag to the log
  • And finally an unordered list to display all the tags of the logs

The disadvantages of the current tag system are:

  • That it takes a lot of space
  • There's no way to delete a tag
  • There's also no way to update a tag
  • There's also no dark theme to lessen the strain on the user's eyes in the dark.

Proof of concept

Tags

Advantages of the proof of concept:

  • All the functionalities are added to a single component to reduce the space
  • New tags can be added by entering text in the input field. Pressing the enter key saves it.
  • Adding existing tags can be done by entering characters that match the tags. Keyboard support is also added here to navigate through the list by tab key press.
  • Tags can be deleted by either:
  • Clicking on the delete icon of the tag
  • Or by entering backspace in the input field if the input field is empty. Delete by backspace is forgiving, meaning that you should enter backspace twice in order to delete a tag. This is done in order to prevent mistakes.
  • Tags can be updated by clicking on a tag to change the value. Saving the value is done by entering the enter key. An undo button will be added when clicked on a tag to restore the original value.
  • Light and dark theme to reduce the strain on the user's eyes.

project-3-1819's People

Contributors

arash217 avatar joostf avatar

Watchers

James Cloos avatar  avatar

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.