Paul Schneider 82b02b9c0c Refactorisation de l'initialisation du workflow.
* Manager.cs: implémente la fonction de construction des
  fournisseurs définis par une interface (sans type, ni concret, ni
  abstrait, comme ceux du workflow).

* WorkFlowManager.cs: refactorisation: utiliser le code commun pour
  instancier le fournisseur de données.
2015-11-23 15:13:15 +01:00
2015-11-17 22:22:59 +01:00
2015-11-23 00:43:57 +01:00
2015-11-23 00:43:57 +01:00
2015-11-19 16:30:45 +01:00
2015-11-19 16:30:45 +01:00
2015-11-19 16:30:45 +01:00
2015-11-23 14:06:23 +01:00
2015-11-23 00:43:57 +01:00
2014-07-16 20:35:03 +02:00
2015-11-23 00:43:57 +01:00
2015-06-02 01:42:49 +02:00
2014-07-16 19:40:23 +02:00
2015-11-21 00:36:40 +01:00
2014-07-16 20:35:03 +02:00
2015-11-17 22:22:59 +01:00
2015-11-19 16:30:45 +01:00

yavsc

doc-fr

TODO FIRST

  1. Implement a Skills provider

  2. Create an UserCardControl with quick access for users to his chat and the circle membership, and for admins to his roles, a blogentry count, and a link to the booking system

  3. Api refatoring:

Concerning the blog entry edition, we only need Two methods:

  • long PostFile(long id), used for creation when the given id is 0, in which case, the entry id created is returned. Otherwise, used for import in the post spécified by its id, in which case, 0 is returned.
  • long Post(BlogEntry be), used to create or update a given or not blog entry content. the returned value is the entry id at creation, or 0.
  1. UI themes
Description
Languages
JavaScript 35.9%
C# 14.9%
HTML 12.3%
MDX 10.9%
SCSS 7.6%
Other 18.1%