Closed
Bug 1153329
Opened 10 years ago
Closed 8 years ago
Rename project to match browsercompat.org
Categories
(developer.mozilla.org Graveyard :: BrowserCompat, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jwhitlock, Unassigned)
References
Details
(Whiteboard: [bc:infra][bc:milestone=motorbike])
What problems would this solve?
===============================
The project started as "webplatformcompat", but the production domain will be browsercompat.org. The code and related websites have many references to the old name, which makes it difficult for contributors to discover the project
Who would use this?
===================
Code contributors
What would users see?
=====================
The will search for "browsercompat" on github and other sites, and find the project and related code. They won't see an awkward discussion in the docs about the name of the project.
What would users do? What would happen as a result?
===================================================
Code contributors will submit code with confidence
Is there anything else we should know?
======================================
:hoosteeno has bought both browsercompat.org and browsercompat.com, as noted in bug 1059577. He recently blogged with the name as browsercompat.org, so that's probably the one we'll go with: http://hoosteeno.com/2015/03/31/experiments-services/
A good first step is to move the main project from:
https://github.com/jwhitlock/web-platform-compat
to:
https://github.com/mozilla/browsercompat
Reporter | ||
Comment 1•10 years ago
|
||
Due to too many projects in the Mozilla organization, a better place is https://github.com/mdn/browsercompat
Reporter | ||
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•10 years ago
|
||
I've performed the first step, by moving the repo from https://github.com/jwhitlock/web-platform-compat to https://github.com/mdn/browsercompat. To avoid annoying messages, you'll want to switch the remote URL in your local checkout, which is something like:
git remote set-url origin git@github.com:mdn/browsercompat.git
Component: General → BrowserCompat
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mdn/browsercompat
https://github.com/mdn/browsercompat/commit/38326ffa8cbb24b9e45a61f1507914438ccb9758
bug 1153329 - Update browsercompat strings
Update docs, select docstrings, and web pages
https://github.com/mdn/browsercompat/commit/c24eefa39f6c58d1dfc40130407d1633a522973f
bug 1153329 - Add requirements for ReadTheDocs
ReadTheDocs is having difficulty building the project with the Heroku
requirements.txt. This version has the requirements needed to build the
docs, which is currently none. It requires setting this requirements
file in the admin.
Comment 4•10 years ago
|
||
Is this solved? What is the definition of done here?
Reporter | ||
Comment 5•10 years ago
|
||
The code has several references to web-platform-compat, requiring string replacing and changing file names. That should close the bug.
Reporter | ||
Comment 6•10 years ago
|
||
We're planning on shipping a contribution interface (CI) that makes it easy to view and modify API data. These have different requirements and are currently being tracked a separate projects. If they deploy as separate websites, it makes sense for the user-facing contribution interface to be at https://browsercompat.org, and the API to be at a sub-domain like https://api.browsercompat.org. This may mean the github repo gets renamed again. We'll know more when we start shipping CI to alpha users (after bug 1159406)
Updated•10 years ago
|
Mentor: jwhitlock
Depends on: 1159406
Summary: [Compat Data] Rename project to match browsercompat.org → Rename project to match browsercompat.org
Whiteboard: [specification][type:feature] → [specification][type:feature][good first bug][bc:infra]
Updated•10 years ago
|
Whiteboard: [specification][type:feature][good first bug][bc:infra] → [good first bug][bc:infra][bc:milestone=motorbike]
Comment 7•10 years ago
|
||
Commit pushed to master at https://github.com/mdn/browsercompat
https://github.com/mdn/browsercompat/commit/11b441d0f37273e2e81091950458051879d9165b
bug 1153329 - browsersupports -> browsercompat
Fix an old, abandoned name for the service
Updated•9 years ago
|
Severity: enhancement → normal
Reporter | ||
Updated•9 years ago
|
Mentor: jwhitlock
Reporter | ||
Updated•8 years ago
|
Whiteboard: [good first bug][bc:infra][bc:milestone=motorbike] → [bc:infra][bc:milestone=motorbike]
Reporter | ||
Comment 8•8 years ago
|
||
The BrowserCompat project is canceled. See https://github.com/mdn/browsercompat for current effort. Bulk status change includes the random word TEMPOTHRONE.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•