une application mettant en œuvre une prise de contact entre un demandeur de services et son éventuel prestataire associé.
  • C# 41%
  • JavaScript 31.1%
  • HTML 10.4%
  • SCSS 6.1%
  • Less 5%
  • Other 6.3%
Find a file
Paul Schneider 47285f8b83 Implements the alternate style sheet publication
* style.css: this floating breaks my dark style

* Global.asax: the application object is now compiled at runtime,
its code is in App_Code

* YavscHelpers.cs: Implements a method helping to refer on themed
  stylesheets,
presenting the "alternate" stylesheet usage.

* App.master: Uses the new Helper function to refer on the
main style sheet `style.css`

* Web.config: * no more default controller, instead, modify the app
  code
* the client side javascript validation is custommized, and we do not
  need the M$ js for now

* Web.csproj: Global.asax.cs becomes a content, compiled at runtime,
  found in ~/App_Code

* Global.asax.cs: Now compiles at runtime.

* Makefile: adds my deployment targets
2015-11-18 12:33:19 +01:00
booking Merge from booking branch 2015-11-17 22:22:59 +01:00
ITContentProvider Merge commit 'acd2a473bb' 2015-10-04 16:36:29 +02:00
NpgsqlBlogProvider Merge from booking branch 2015-11-17 22:22:59 +01:00
NpgsqlContentProvider Merge from booking branch 2015-11-17 22:22:59 +01:00
NpgsqlMRPProviders Merge from booking branch 2015-11-17 22:22:59 +01:00
pkg drops the Web tarball 2015-06-09 20:51:06 +02:00
plugins/fortune * bg.gif: 2015-08-04 02:10:28 +02:00
Presta The new Presta project ... 2015-08-20 20:03:22 +02:00
SalesCatalog a note on billls, 2015-11-04 11:04:22 +01:00
TestAPI Merge from booking branch 2015-11-17 22:22:59 +01:00
web Implements the alternate style sheet publication 2015-11-18 12:33:19 +01:00
WebControls Merge from booking branch 2015-11-17 22:22:59 +01:00
yavscclient Merge from booking branch 2015-11-17 22:22:59 +01:00
yavscModel Merge from booking branch 2015-11-17 22:22:59 +01:00
.gitignore hides prod config 2015-11-17 22:27:42 +01:00
Banner.xcf Initial import 2014-07-16 20:35:03 +02:00
ChangeLog Implements the alternate style sheet publication 2015-11-18 12:33:19 +01:00
google-services.json * Web.config: 2015-06-02 01:42:49 +02:00
LICENSE Initial commit 2014-07-16 19:40:23 +02:00
Makefile Implements the alternate style sheet publication 2015-11-18 12:33:19 +01:00
noavatar.xcf Initial import 2014-07-16 20:35:03 +02:00
README.md Merge from booking branch 2015-11-17 22:22:59 +01:00
Yavsc.sln Merge from booking branch 2015-11-17 22:22:59 +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