Giter Site home page Giter Site logo

cnit.org.ve's Introduction

My website.

cnit.org.ve's People

Contributors

adrianobel avatar jkkzz1 avatar sadasant avatar sergebruni avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cnit.org.ve's Issues

Inscription Form, Frontend

We need to create the inscription interface, it should be a modal box that will appear when user clicks over an inscription button (or link) placed at the inscription instructions on main page and it will contain the fields required by backend.

Quick reference to modal windows: http://en.wikipedia.org/wiki/Modal_window

Details:

Sergio Bruni is assigned to these tasks, he will have my support and guidance.

Inscription form, Backend

We must have a form so people that have paid in the bank can grab a unique ID that they will show on the event.

For this task, @adrianObel and @jkkzz1 will make the backend, and Sergio Bruni will do the frontend.

The Backend.

So, you need to create a post route and assign a controller function to it, the controller function will receive in req.body the form details, which are:

  • Name
  • Last Name
  • Email
  • Identity Card (Cédula de Identidad)
  • Organization
  • City
  • Deposit or Transfer number
  • Deposit or Transfer amount
  • Deposit or Transfer date
  • Number of tickets

Those details have to be validated (like checking that an email is truly an email) on the backend, then, we must generate a unique code, store the details of the acquittance in a remote db, send a mail to our mail and finally response with a json filled with some of the acquittance details.

The db Storage.

There are free no-sql database services on the cloud that we can use, MongoLabs is one of them: https://mongolab.com/about/products/#/pricing

How to use it? Here it's a gist, https://gist.github.com/2859635 but there are many repos in Github using them, and tutorials and such. And you can ask me anything anyway ^^

What will you store? Think about it! I'd like to read your ideas :)

The Unique Acquittance ID

We need to make one, Ricardo thought on using QR codes, but anything randomly generated (making sure it's unique with a search over the DB or something like) could be useful. Remember we need to kill this as soon as possible.

The mail

Here's a node.js mails library: https://github.com/Marak/node_mailer.

Etc...

I'll be updating this as my time allows me, but start coding dudes, please answer in which branch you will be working :)

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.