9a2652739b57b6e3c79bbd62ca07d60e69d4c49b
yavsc
TODO FIRST
-
Implement a Skills provider
-
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 -
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.
- UI themes
Languages
JavaScript
35.9%
C#
14.9%
HTML
12.3%
MDX
10.9%
SCSS
7.6%
Other
18.1%