Closed
Bug 1270532
Opened 9 years ago
Closed 9 years ago
Create Gaia front page as an index of web apps
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benfrancis, Unassigned, NeedInfo)
References
Details
Attachments
(1 file)
Except for the core system apps we're turning into chrome, we'd ideally like the other apps in Gaia to become web apps using standard web app manifests, Service Workers and other emerging web standards.
The purpose of this bug is to create a Gaia front page which acts as an index of the web apps which are currently in the dead_apps folder on the kanikani branch (https://github.com/mozilla-b2g/gaia/tree/kanikani/dead_apps). We can host this page on github.io so that people can easily load these web apps in the browser to see what doesn't work. We can then track our progress in webifying these apps in order to get them out of the dead_apps folder.
Reporter | ||
Comment 1•9 years ago
|
||
Here's a proposed patch. You can see what it looks like here http://benfrancis.github.io/gaia/
This would also need to be merged into the gh-pages branch of Gaia in order to host it on GitHub. That branch already seems to exist and I'm not sure what it's used for, does anyone know?
Attachment #8749226 -
Flags: review?(21)
Hi Ben
what is the plan for the other apps in the folder and that we can not see in the gaia page, I mean for example wallpaper, ringtones, download, bluetooth, etc. Would be implemented inside the setting apps or what is the plan?, deprecated the feature?
Flags: needinfo?(bfrancis)
Reporter | ||
Comment 3•9 years ago
|
||
Hi Pochy,
Those apps all have a role of "system" which means they don't have an icon on the homescreen. I think we need to take those apps case by case and figure out whether they're still needed and whether they should become part of the system chrome. We could add a separate section for those.
Flags: needinfo?(bfrancis)
Comment 4•9 years ago
|
||
Comment on attachment 8749226 [details]
Bug 1270532 - Create Gaia front page as an index of web apps
I'm really not up to date on the transition project. I believe Fabrice knows much more on the subject and will be a better reviewer :)
Attachment #8749226 -
Flags: review?(21) → review?(fabrice)
I've seen your website http://benfrancis.github.io/gaia/
I love this idea of having a webpage to debug the apps and turn them into web standard. When your merge request will be accepted, that means that we will have a page like the one on your website when we clone gaia?
It will be a lot easier to contribute and debug apps. When it's merged, I'm ready to debug the apps ;)
Do you have all the files on your website or we need to do something else? because I have a lot of 404 HTTP response when I visit apps.
Updated•9 years ago
|
Attachment #8749226 -
Flags: review?(fabrice) → review+
Reporter | ||
Comment 6•9 years ago
|
||
Thanks Fabrice
Landed on kanikani https://github.com/mozilla-b2g/gaia/commit/912c49e40acbfd25b405439fefcb1cb309921c3c
We need to use the gh-pages branch to make this useful but that's currently being used for documentation. I'll follow up on the mailing list to ask about that.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•9 years ago
|
||
Vivien, Fred,
I'd like to make the front page of mozilla-b2g.github.io/gaia look like http://benfrancis.github.io/gaia/ This patch has landed in kanikani but it needs to land on gh-pages in order for this to work.
Currently it looks like we're using the gh-pages branch of Gaia for some automatically generated documentation. How do you feel about us over-writing that branch with a copy of kanikani (and eventually master) so that we can show the Gaia front page instead? Could we either get rid of the documentation or eventually find a new home for it?
Flags: needinfo?(gasolin)
Flags: needinfo?(21)
Comment 8•9 years ago
|
||
The origin doc host on gh-page is aim for API reference. Since most existing apps are obsoleted, I think its fine to repurpose the gh-page. Please make sure the reference link is also removed from README when the gh-page is changed.
Flags: needinfo?(gasolin)
You need to log in
before you can comment on or make changes to this bug.
Description
•