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 029a80e2c4 Fixes the Site wize skills page,
makes use of Mono.Web.Xdt at deploy time

* PayPalController.cs: implements a Paypal controller

* Abort.aspx: Paypal paiement aborting page

* Commit.aspx: Paypal paiement commit page

* IPN.aspx: Paypal paiement notification page

* Index.aspx: Paypal paiement form page

* WebTasks.dll: thanks to he Marcelo Zabani's coding blog:
<https://mzabani.wordpress.com/2013/09/24/mono-asp-net-project-deployment-with-web-config-xdt-transformations/>

* .gitignore: ignore my new config transformation sources

* pkg.mdproj:
* Presta.csproj:
* TestAPI.csproj:
* fortune.csproj:
* SalesCatalog.csproj:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: adds a build target named "Lua"

* Makefile: instead of `deploy`, start Xsp, in the `dist` folder

* Yavsc.sln:
* YavscModel.csproj:
* WebControls.csproj:
* YavscClient.csproj: Lua config

* yavsc.rate.js: refactoring, still needs a cleanning

* RateSkillControl.ascx: give it the `rate-site-skill` `data-type`
  html attribute

* RateUserSkillControl.ascx: cleans an obsolete code chunk

* Web.csproj: Fixes the missing RateSkillControl at deploy time,
adds my deployment config
2015-11-19 16:30:45 +01:00
booking Merge from booking branch 2015-11-17 22:22:59 +01:00
ITContentProvider Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
NpgsqlBlogProvider Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
NpgsqlContentProvider Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
NpgsqlMRPProviders Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
pkg Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
plugins/fortune Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
Presta Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
SalesCatalog Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
TestAPI Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
web Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
WebControls Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
yavscclient Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
yavscModel Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
.gitignore Fixes the Site wize skills page, 2015-11-19 16:30:45 +01:00
Banner.xcf Initial import 2014-07-16 20:35:03 +02:00
ChangeLog Fixes the Site wize skills page, 2015-11-19 16:30:45 +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 Fixes the Site wize skills page, 2015-11-19 16:30:45 +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 Fixes the Site wize skills page, 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