Code Monkey home page Code Monkey logo

ade-ufc-onsevoitquand's Introduction

ade-ufc-onsevoitquand Netlify Status

An easy way to find when you can meet your mates in the University of Franche-Comté.


Trouver un créneau pour se voir entre étudiants de l'UFC.

Warning Le développement sur ce projet est maintenant en pause, car je ne l'utilise plus personnellement. Cependant, si vous ressentez le besoin d'une autre fonctionnalité, ou souhaitez contribuer au code, vous pouvez me contacter via mon site web.

Local Development

Run npm install then npm start to launch the development version, powered by Create React App

Deploy

To avoid CORS issues, the ADE API has to be proxied by the app. The provided netlify.toml config includes this functionnality.

If you need it, here is the nginx config for reference:

    location /api/v1/ {
        rewrite ^/api/v1/(.*)$ /jsp/custom/ufc/$1 break;

        proxy_pass https://sedna.univ-fcomte.fr/;
        access_log /var/log/nginx/api_logging.log upstream_logging;
    }

ade-ufc-onsevoitquand's People

Contributors

nathanaelhoun avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

ade-ufc-onsevoitquand's Issues

Suggestions d'amélioration de l'interface

Aggrégat de suggestion d'utilisateurs

  • Raccourcir les liens de partage (problème de longueur avec certains services de redirection)
  • Meilleur affichage des groupes (le tronquage est fait trop à la fin pour être utile)
  • Sauvegarder l'ensemble des groupes dans l'application
  • Afficher un message quand aucun résultat n'est affichable
  • Possibilité de fusionner lors de l'import plutôt qu'écraser

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.