This project has been cancelled!
Aquest Technologies © 2015
Rock'n'Roll
- Migrer vers rethinkdb
- faire tourner l'appli
- Appliquer les nouvelles betas
- Appliquer convention nommage fichiers
- Contenariser sur ECS
- Deployer en prod + integration continue
- Optimiser le code actuel
- Ajouter de nouvelles fonctionnalités
- Pagination
- VALIDATIONS!!!
- Gérer formdata
- queryDb renvoie une erreur si il n'y a pas d'atomes pour createTopic
- Gérer les 400 et les 401 lors de login
- Rendre les atoms disabled quand
atomsShouldGetReady === true
- Interdire les '/' et autres charactères spéciaux dans les titres de topics et les noms d'univers
- Sécurité: cookie en
http_only
(voir mêmesecure
en prod) et redis des utilisateurs connectés - Mesurer le temps entre les actions request et success et l'afficher dans le log
- loading bar
- Supprimer tous les
- Proptypes pour tous les composants
- verifier les escapes du state ( < > ' " SQL)
- verifier les escapes du put ( < > ' " SQL)
- mettre en place RabbitMQ
- faire les liens Hapijs <-> webSocket <-> rabbitMQ <-> postgres
- liens comme sur ce site
- Boutons comme sur google dev
- responsive design
- Interdire
null
? - Passer les actions autrement
- mettre en place un outil scrum, exemple : https://github.com/aliasaria/scrumblr
- NextCSS
- Implementer un fichier config (constantes, production, liens du bundle, etc...)
- IsoFetch
- Immutable ?
- changer trucActions par trucsActions
- Implementer Redux 1.0
- Dans les requetes SQL : double quotes : remplace trucid par trucId
- window.STATE_FROM_SERVER
- chalk --> https://github.com/sindresorhus/chalk
- Correction logTailor
Préfixe | Signification |
---|---|
!!! | erreur (jamais comme raison d'un Promise.reject) |
... | App |
.A. | ActionCreators |
.R. | Reducers |
.E. | Side Effects |
.P. | Phidippides |
.X. | Authentication |
+++ | Fetchers |
w | Websocket |
.C. | Composants React |
-C- | Action de l'utilisateur dans composants React |
All schemas include a unique id and createdAt and updatedAt timestamps corresponding to Date.prototype.getTime.
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
pseudo | string | min 1, max 15 | ✓ | ✓ |
string | ✓ | ✓ | ||
passwordHash | string | ✓ | ||
creationIp | string | ip | ✓ | |
fullName | string | min 1, max 30 | ||
description | string | min 1, max 200 | ||
imageId | id | ✓ | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
handle | string | min 1, max 30 | ✓ | ✓ |
name | string | min 1, max 30 | ✓ | ✓ |
creationIp | string | ip | ✓ | |
description | string | max 200 | ||
rules | string | max 200 | ||
userId | id | ✓ | ||
imageId | id | ✓ | ||
relatedUniverses | array of ids | |||
relatedBallots | array of ids |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
name | string | min 1, max 30 | ✓ | |
chattableId | id | ✓ | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
atom | atom | ✓ | ||
chatId | id | ✓ | ✓ | |
userId | id | ✓ | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
handle | string | min 1, max 30 | ✓ | ✓ |
title | string | min 1, max 100 | ✓ | |
previewAtom | atom | ✓ | ||
atoms | array of atoms | ✓ | ||
creationIp | string | ip | ✓ | |
userId | id | ✓ | ||
universeId | id | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
content | string | ✓ | ✓ | |
value | integer | ✓ | ||
description | string | min 1, max 50 | ||
userId | id | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
ballotId | id | ✓ | ||
voterId | id | ✓ | ||
voteeId | id | ✓ | ||
universeId | id | ✓ | ||
votableId | id | ✓ |
key | Type | Constraints | Unique | Mandatory |
---|---|---|---|---|
name | string | ✓ | ||
url | string | url from CDN | ✓ | ✓ |
creationIp | string | ip | ✓ | |
userId | id | ✓ |