Difference between revisions of "Mobile App"

From Wikifab Developers
Jump to: navigation, search
(State of the art)
Line 3: Line 3:
 
Today wikifab works on desktop only.
 
Today wikifab works on desktop only.
  
The users have to transfer their pictures from a camera to a laptop. This is very boring and time consuming.
+
Users have to transfer their pictures from a camera to a laptop. This is very boring and time consuming.
  
We want to make an app to take picture and transfer them automatically to the tutorials.
+
We want to make an app to take pictures and transfer them automatically to tutorials.
  
 
===  State of the art ===
 
===  State of the art ===
  
Mediawiki comes with a bunch of API that could be use to send picture from the app to wikifab.
+
Mediawiki comes with a bunch of APIs that could be used to send pictures from the app to wikifab, and update turorials.
  
 
You can find the API documentation here: https://www.mediawiki.org/wiki/API:Main_page
 
You can find the API documentation here: https://www.mediawiki.org/wiki/API:Main_page
Line 15: Line 15:
 
There is also the [https://play.google.com/store/apps/details?id=net.r401.mediawiki.browser M2Wiki Browser] project, an app to browse any Mediawiki site on mobile. This app uses the MediaWiki API.
 
There is also the [https://play.google.com/store/apps/details?id=net.r401.mediawiki.browser M2Wiki Browser] project, an app to browse any Mediawiki site on mobile. This app uses the MediaWiki API.
  
=== Installation guide ===
 
 
To develops this feature, you can install wikifab locally following this tutorial : https://github.com/Wikifab/wikifab-main
 
  
 
=== Features ===
 
=== Features ===
Line 23: Line 20:
 
==== Log in from mobile ====
 
==== Log in from mobile ====
  
To use the app, the user needs to log in to wikifab from his mobile phone.
+
To use the app, user needs to log in to wikifab from his mobile phone.
  
 
==== Browse tutorials ====
 
==== Browse tutorials ====
Line 33: Line 30:
 
User can create a new tutorial from his mobile phone.
 
User can create a new tutorial from his mobile phone.
  
The created tutorial should respect the Wikifab syntax (available when going to ''&action=edit'')
+
The created tutorial should respect the Wikifab syntax defined in templates (available here : http://en.wikifab.org/index.php/Form:Tutorial?action=edit )
  
 
==== Take pictures ====
 
==== Take pictures ====

Revision as of 10:49, 18 November 2016

Context

Today wikifab works on desktop only.

Users have to transfer their pictures from a camera to a laptop. This is very boring and time consuming.

We want to make an app to take pictures and transfer them automatically to tutorials.

State of the art

Mediawiki comes with a bunch of APIs that could be used to send pictures from the app to wikifab, and update turorials.

You can find the API documentation here: https://www.mediawiki.org/wiki/API:Main_page

There is also the M2Wiki Browser project, an app to browse any Mediawiki site on mobile. This app uses the MediaWiki API.


Features

Log in from mobile

To use the app, user needs to log in to wikifab from his mobile phone.

Browse tutorials

User can search for an existing tutorial from his mobile phone.

Create a new tutorial

User can create a new tutorial from his mobile phone.

The created tutorial should respect the Wikifab syntax defined in templates (available here : http://en.wikifab.org/index.php/Form:Tutorial?action=edit )

Take pictures

User can take pictures from his mobile phone.

Send picture to a tutorial

  1. User search for an existing tutorial or create a new one
  2. User selects the tutorial he wants to send picture to
  3. User selects pictures he took with the app (or pictures stored in his phone)
  4. User publish (send) the selected pictures to the tutorial library

Back on his laptop, user find the pictures in the library of pictures of the tutorial. He then can organise the pictures inside the tutorial from its laptop.