Go to file
Paul Schneider 439759cb16 Refactorisation du workflow:
le manager devient statique, et les procédures
relatives au fichiers utisateur sont uniformisée,
que l'utilisateur soit enregistré ou anonyme,
que ce soit pour le blogspot, le frontoffice ou le workflow.

* YavscModel.csproj:
* Commande.cs:
* WorkFlowManager.cs:
* WebFileSystemManager.cs:
* UserFileSystemManager.cs: refactorisation du code, en vue de la mise
  en place
de la commande sans enregistrement du client sur le site.

* BasketController.cs:
* WorkFlowController.cs:
* FrontOfficeController.cs:
* FrontOfficeController.cs: Le manager de flux de travaux est devient
  un objet statique.

* FileSystemController.cs: refactorisation du code, en vue de la mise
  en place
de la commande sans enregistrement du client sur le site.

* Web.csproj: ajoute les références au déployement des sites
* Totem prod
* Totem pré
Leur configuration n'est pas maintenue sous Git.
10 years ago
ITContentProvider Fixes the Site wize skills page, 10 years ago
NpgsqlBlogProvider Fixes the Site wize skills page, 10 years ago
NpgsqlContentProvider Fixes the Site wize skills page, 10 years ago
NpgsqlMRPProviders Fixes the Site wize skills page, 10 years ago
Presta Fixes the Site wize skills page, 10 years ago
SalesCatalog Fixes the Site wize skills page, 10 years ago
TestAPI Fixes the Site wize skills page, 10 years ago
WebControls Fixes the Site wize skills page, 10 years ago
booking Merge from booking branch 10 years ago
pkg Fixes the Site wize skills page, 10 years ago
plugins/fortune Fixes the Site wize skills page, 10 years ago
web Refactorisation du workflow: 10 years ago
yavscModel Refactorisation du workflow: 10 years ago
yavscclient Fixes the Site wize skills page, 10 years ago
.gitignore Fixes the Site wize skills page, 10 years ago
Banner.xcf Initial import 12 years ago
ChangeLog Nouvelles fonctionalités: 10 years ago
LICENSE Initial commit 12 years ago
Makefile Nouvelles fonctionalités: 10 years ago
README.md Merge from booking branch 10 years ago
Yavsc.sln Fixes the Site wize skills page, 10 years ago
google-services.json * Web.config: 11 years ago
noavatar.xcf Initial import 12 years ago

README.md

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