Difference between revisions of "Milestones v0.1"
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
m (→Login / Logout) |
m (added blueprint Administrative User Interface) |
||
Line 3: | Line 3: | ||
* [[Database Access]] | * [[Database Access]] | ||
* [[Asynchronous Client Handling]] | * [[Asynchronous Client Handling]] | ||
+ | * [[Administrative User Interface]] | ||
= Login / Logout = | = Login / Logout = | ||
To be able to log in on the client application, the connection to the server must be established ([[Server Access]]). | To be able to log in on the client application, the connection to the server must be established ([[Server Access]]). | ||
In order to get a successful response, the server has to [[JSON Objects Handling|handle the JSON Objects]]. | In order to get a successful response, the server has to [[JSON Objects Handling|handle the JSON Objects]]. |