Skip to content
/ MyLV Public

Timesheets editor, vacations manager and transport receipts upload.

Notifications You must be signed in to change notification settings

Linkvalue/MyLV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 2, 2019
d45b6e1 · Apr 2, 2019
Dec 11, 2018
Feb 9, 2018
Apr 2, 2019
Mar 19, 2019
Dec 10, 2018
Jul 20, 2017
Oct 20, 2017
Jun 30, 2016
Mar 19, 2019
Oct 26, 2018
Oct 26, 2018
Apr 11, 2018
Apr 2, 2019
Jun 26, 2017
Feb 15, 2019
Dec 10, 2018
Dec 11, 2018
Apr 2, 2019
Dec 11, 2018
Mar 19, 2019

Repository files navigation

MyLV

CircleCI Staging shield Production shield MIT License

Timesheets editor, vacations manager and transport receipts upload for LinkValue built with React, Redux and HapiJS. The objective of this project is to be able to fill out your timesheets/vacations within 10 seconds without effort.

Installation

Before anything, be sure to have Node 10.14.x at least installed. Also MongoDB >3.6.x is required if you don't use Docker.

If you don't want to use production authentication service (LinkValue) create a local configuration file under config/local.{js,json} containing the following fields:

{
  "lvconnect": {
    "appId": "LvConnect app id used for login",
    "appSecret": "LvConnect app secret used for login"
  }
}

This file can override any fields contained in other configuration files. More information about configuration here.

Next, you'll have to install the dependencies by running:

yarn

To build the frontend application for production use, you'll have to run:

yarn build

Finally, to start the application in production environment:

APP_ENV=production node .

Development

You can run the server and its database in a docker by running :

docker-compose up

Note : You will need to update/create the configuration file config/local.js to run node on correct host.

module.exports = {
  host: {
    hostname: '0.0.0.0',
  },
  lvconnect: {
    appId: '731c8e87-xxxx-xxxx-xxxx-xxxxxxxxxxx',
    appSecret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    endpoint: 'https://lvconnect.link-value.fr', // use lvconnect prod
  },
  mongodb: {
    host: 'db', // http://db is the docker address in the default network
    port: 27017,
    database: 'cracra',
    config: {
      useMongoClient: true,
    },
  },
}

Contributing

This project uses ESLint to check code style and uses the AirBnB configuration without semicolons. We recommend the usage of a plugin for your IDE to enable lint inside it. At this moment the project is lacking unit testing and feature testing which opens a window for regressions so be careful.

To start the frontend watch mode build, run:

yarn dev:front

And for the backend watch mode, run:

yarn dev:back

Licence

Copyright (c) 2016 LinkValue

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Timesheets editor, vacations manager and transport receipts upload.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages