Wiki source code of Extension Manager - Social
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | = Social API = | ||
| 4 | |||
| 5 | Add social APIs to the repository API. For repositories supporting it obviously. | ||
| 6 | |||
| 7 | It can more or less be defined as anything not in the Extension java class. Since all theses can change anytime on server it's never downloaded/stored with the extension description but instead requested to the repository only when displaying them. That gives several choices for them: would be either directly requested to the repository in ajax or pass though the wiki server. | ||
| 8 | |||
| 9 | == Grades/rating == | ||
| 10 | |||
| 11 | Give grades to extensions. | ||
| 12 | |||
| 13 | == Comments == | ||
| 14 | |||
| 15 | Add comments associated to extensions. | ||
| 16 | |||
| 17 | == Share extensions == |