Git Product home page Git Product logo

octo's People

Contributors

alorieux avatar manongirard avatar nerisson avatar vsasyan avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

octo's Issues

Format JSON en sortie

Il faudrait que tu me donne un fichier JSON issue de ton parsing pour que je commense à le prendre en compte.

Gestion des dates négatives et des evènements avec date début/fin

Date de fin

Premièrement il faudrait ajouter un date_fin (on aurait donc date_maj, date_debut, date_fin).

Dates négatives

MySQL

J'ai regardé sur internet, MySQL ne semble pas gérer les dates BC :
http://stackoverflow.com/questions/18654781/how-to-store-very-old-dates-in-database

PostgreSQL

Ca semble marcher avec postgre :
http://www.postgresql.org/docs/9.4/static/datatype-datetime.html

Solution pratique ?

Apres peut-etre est-ce plus simple de créer 3 champs (annee, mois, jour). Le défaut de cette solution c'est que c'est lourd puisqu'il faut aussi stocker la date de fin.

Ca donnerait : date_maj, date_debut_année, date_debut_mois, ...
Ou en plus court :
date_maj, debut_annee, debut_mois, debut_jour, fin_annee, fin_mois, fin_jour

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.