Giter Club home page Giter Club logo

cermas's Introduction

cermas

cermas's People

Contributors

javierslzr avatar

Stargazers

PaulinaPadilla avatar

Watchers

James Cloos avatar PaulinaPadilla avatar

cermas's Issues

Set up DB

User Story

As a user, I want to be able to store the information of my table/s in a DB hosted by the admins of the tool.

Acceptance Criteria

  • Create a database
  • Create a schema for products
  • Create a schema for attributes

Login/Sign Up

User Story

As a user, I want to be able to sign up and register my information and once registered I want to be able to login anytime and be identified as an existence user.

Acceptance Criteria

  • Create a component for Sign up
  • Create a component for Login in
  • Create modal views for the Login & Sign Up
  • Store admin information in a table with the following parameters:
    * admin id
    * nombre
    * email
    * teléfono
  • app.js has a functionality calling to the components

HTML Design

User Story

As a user, I want to be able to see the design layout with the following specifications:

Acceptance Criteria

  • Create a component for the navbar
  • Create a component for the footer
  • Create modal views
  • app.js has a functionality calling to the components

.csv btn

User Story

As a user, I want to be able to upload my business information.

Acceptance Criteria

Create a component with the following specifications:

  • Add an input box and ask for the name of the table
  • Create a button to upload the .csv file
    Then:
  • Create a table with the name and information uploaded
  • app.js has a functionality calling to the component

Operator Functions

User Story

As a user, I want to be able to use the basic arithmetic operators (addition, subtraction, multiplication, division).

Acceptance Criteria

  • Create a component to perform an addition and a modal with the inputs to add
  • Create a component to perform a subtraction and a modal with the inputs to subtract
  • Create a component to perform a multiplication and a modal with the inputs to multiply
  • Create a component to perform a division and a modal with the inputs to divide
  • Display the results of any of the functions listed above
  • app.js has a functionality calling to the components

Join table .csv file with admin_id

User Story

As a user, I want to be able to have linked the table created when I uploaded the .csv file with my admin_id

Acceptance Criteria

  • Join table .csv file with the admin_id foreign key

CRUD Functions (Allan)

User Story

As a user, I want to be able to create, read, update, delete and filter information from my table

Acceptance Criteria

  • Create a component to show all the info from the table
  • Create a component to filter by an specific data and a modal with the inputs to receive the parameters to filter
  • Create a component to add new data and a modal with the inputs to receive the parameters to add
  • Create a component to delete data and a modal with the inputs to receive the parameters to delete
  • Create a component to modify data and a modal with the inputs to receive the parameters to modify (optional)
  • Display the results of any of the functions listed above
  • app.js has a functionality calling to the components

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.