Mirror of l'Hubl
Go to file
Benoit Alessandroni 5aa54b9fb2 Improving documentations 2018-11-14 13:50:38 +01:00
src bugfix: chat z-index 2018-11-13 11:06:04 +01:00
www feature: add notifications 2018-11-12 18:52:43 +01:00
.babelrc ui: style member, job, group 2018-11-01 17:11:15 +01:00
.gitignore add sib-oidc 2018-10-12 20:07:49 +02:00
.gitmodules add sib-oidc 2018-10-12 20:07:49 +02:00
LICENSE Add LICENSE 2018-11-01 20:29:31 +00:00
Makefile fix babel 2018-10-22 17:03:00 +02:00
README.md Improving documentations 2018-11-14 13:50:38 +01:00
copy_lib.js refactoring 2018-09-28 21:20:15 +02:00
lib_list.txt add dot syntax 2018-10-18 15:03:32 +02:00
package-lock.json add dot syntax 2018-10-18 15:03:32 +02:00
package.json add dot syntax 2018-10-18 15:03:32 +02:00
server.js ui: style member, job, group 2018-11-01 17:11:15 +01:00

README.md

HD app

HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.

Use cases

Identified and scheduled use cases of the application includes (but are not limited to):

  • Listing of projects
  • Listing of members
  • Search of members by skills
  • Invoicing and billing
  • Project-scoped chat
  • Personal messaging

Chat

The repository of the SIB Chat component can be found here:

It is based on XMPP as messaging protocol, Prosody as the server and ConverseJS as the client.

Project

The repository of the project listing components is the core and can be found here:

Invoicing

The invoicing component is still at an early stage. Its repository is here:

Architecture

Some general schema of the existing StartinBlox applications architecture can be found here:

https://docs.google.com/presentation/d/1iCRGaJpFvZjhjIUnpsn6lRTJJ31ES6n94BNkJygzUwM/edit?usp=sharing

Installation

If you want to contribute or test the app, please follow those steps.

Requirements

You need to have both NodeJS and NPM installed and working A docker image will one day be provided including initialized server.

Installation process

clone then:

  • make install

If you encounter any issues with the previous command, please try to execute :

  • npm install

at the root directory of the project before attempting again the installation.

Build

A first build is mandatory for compiling the static assets.

  • make build

or

  • make watch

if you are working on something and want to benefit of the hot reload feature.

Run server

  • make serve