Giter Club home page Giter Club logo

aquasight-coding-challenge's Introduction

Aquasight off line Coding Challenge

Create an Application with User Interface (Front - end) and Back-end API. User Interface (FRONT-END) Requirements:

Tech Stack:

  1. Use any web framework is your preference (Preferable Angular)
  2. Responsive Web Pages and Components (required)

Views:

  1. Login page • Login Form fields Username (‘[email protected]’) and Password (‘password’) • Login Button • Show Form Validations on login form (e.g.: Invalid email) • Login Animations
  2. After Successful Login,
    i) Simple Form (1) Fields are flow, Pressure (both are Numbers) (2) Submit Button form save in database (Integration). (3) Flow, Pressure values are greater zero. (4) Form Couldn’t submit Empty Values (5) Display Validation errors (6) Loading/submitting Animations. ii) After Submit Button(event),
    (1) Display Submit Data In table format, (a) Table Columns are Time stamp, Flow, Pressure. (b) All Columns are Sortable, Default sort by latest Time stamp. (c) Pagination enabled. Default 5 rows a page. (d) Collapsible Table shows with Smooth Transition. (2) Display Submit Data In line chart/bar chart (any preferable) (a) X-axis display Time Stamp, Y-axis show Flow, Pressure. (b) New Data Loading Animations. (c) Expand Chart on popup dialog. (d) Close Button Chart Expand

Backend (API) Requirements:

Tech Stack:

  1. Use any API framework is your preference (e.g.: python/Django/Flask, Java/Spring/Hibernate, Nodejs/Express/Socket.io)
  2. Use Any Data Structure SQL or NoSQL (e.g.: MySQL, mongo, Cassandra, Redis) Database:
  3. Create a Table with Columns
    a. Id (autoincrement), b. Time_stamp (date time), c. Flow (double), d. Pressure (double)

API

  1. POST method a) Write a Row into Table b) Catch Error Handling (200, 400 and 500)
  2. Get Method a) Get the single row from table by id b) Filter by timestamp c) Get All records from Table.

aquasight-coding-challenge's People

Contributors

dannymichaels avatar

Watchers

 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.