Code Monkey home page Code Monkey logo

buntiappfrontend's People

Contributors

martinmelo97 avatar ulisesgomezdw avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

buntiappfrontend's Issues

Admin Panel Mockup

Using Adobe XD on Web artboard, design the UI of an admin panel.
The Admin Panel need to show a list view where the admin can see the news taxi requests.

The list view need to have the next columns:

1.- Usuario
2.- Localización
3.- Hora de solicitud
4.- Acciones (Aceptar / Declinar)

If you have more questions about this, you can ask me or @Inatedy

*Aceptar* Row Listview on click, open a modal

When on row of the list view of request the action Aceptar is clicked, you'll need to open a modal. In this modal, you'll create a little form with an input to specify the time in minutes to indicate to the user how many time ir will need to wait. With a button, get this info and close the modal.

Get all the requests from Firebase

When the Web App is rendered, you need to show all the requests on the database, ordered by Date (Recently on the top). So you need yo handle this with jquery and Firebase. in this moment don't worry for design, when @Emily-Garcia finishes #3 you could go ahead with design

Show requests on a listview using Boostrap

Read about the component available on Boostrap 4 and which could be the best option to show the requests. When you have been selected a Boostrap component, you can start to show the Firebase data into that component.

Firebase, update of the doc in the Firestore DB.

When the admin accepts a taxi request and he indicates the time in minutes of user waiting, you'll need to update the doc into the Firestore DB. The doc has this structure:
Latitud: number Longitude: number PaymentMethod: string User Reference: ref

Add the next attributes:

Accepted: Bool (true) TimestampAccepted: DateTime WaitingTime: number

*Rechazar* action on a row of listview, confirm action

When the admin click on Rechazar action on a row of the listview of the taxi requests, show a confirm modal when the user need to confirm that action to perform it. Check on boostrap if exists a component to handle this in a pretty way, instead of use the classical Javascript version.

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.