Go to file
Paul Schneider 66993346cb Démarre l'implementation
des methodes de réservation
9 years ago
ITContentProvider Fixes the Site wize skills page, 9 years ago
NpgsqlBlogProvider Fixes the Site wize skills page, 9 years ago
NpgsqlContentProvider Réorganisations. 9 years ago
NpgsqlMRPProviders Réorganisations. 9 years ago
Presta Fixes the Site wize skills page, 9 years ago
SalesCatalog Fixes the Site wize skills page, 9 years ago
TestAPI Fixes the Site wize skills page, 9 years ago
WebControls Fixes the Site wize skills page, 9 years ago
booking Merge from booking branch 9 years ago
pkg Fixes the Site wize skills page, 9 years ago
plugins/fortune Fixes the Site wize skills page, 9 years ago
web Démarre l'implementation 9 years ago
yavscModel Réorganisations. 9 years ago
yavscclient Fixes the Site wize skills page, 9 years ago
.gitignore Réorganisations. 9 years ago
Banner.xcf Initial import 10 years ago
ChangeLog Réorganisations. 9 years ago
LICENSE Initial commit 10 years ago
Makefile Nouvelles fonctionalités: 9 years ago
README.md Merge from booking branch 9 years ago
Yavsc.sln Fixes the Site wize skills page, 9 years ago
google-services.json * Web.config: 9 years ago
noavatar.xcf Initial import 10 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