Go to file
Paul Schneider d89b6c39df nouvelles configs
* Makefile:
* Yavsc.sln:
* pkg.mdproj:
* Presta.csproj:
* TestAPI.csproj:
* YavscModel.csproj:
* YavscClient.csproj:
* fortune.csproj:
* WebControls.csproj:
* SalesCatalog.csproj:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* Yavsc.csproj:
* NpgsqlContentProvider.csproj: nouvelles configurations de
  déploiement

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: internationalisation
10 years ago
ITContentProvider nouvelles configs 10 years ago
NpgsqlBlogProvider nouvelles configs 10 years ago
NpgsqlContentProvider nouvelles configs 10 years ago
NpgsqlMRPProviders nouvelles configs 10 years ago
Presta nouvelles configs 10 years ago
SalesCatalog nouvelles configs 10 years ago
TestAPI nouvelles configs 10 years ago
WebControls nouvelles configs 10 years ago
booking Merge from booking branch 10 years ago
pkg nouvelles configs 10 years ago
plugins/fortune nouvelles configs 10 years ago
web nouvelles configs 10 years ago
yavscModel nouvelles configs 10 years ago
yavscclient nouvelles configs 10 years ago
.gitignore Réorganisations. 10 years ago
Banner.xcf Initial import 12 years ago
ChangeLog nouvelles configs 10 years ago
LICENSE Initial commit 12 years ago
Makefile nouvelles configs 10 years ago
README.md Merge from booking branch 10 years ago
Yavsc.sln nouvelles configs 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