Closed
Bug 1160178
Opened 10 years ago
Closed 5 years ago
Remove the ridiculous localization tags machinery
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jezdez, Unassigned)
Details
(Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
There is code that handles a simple boolean decission in the frontend whether a wiki document should be tagged as "localization in progress". The current code uses a whole set of tag code to do that, including a form field with just one option, and own model, model manager, database table. Just to store one row.
This should simply be a boolean flag on the document model.
What problems would this solve?
===============================
This would remove a huge amount of silly code.
Who would use this?
===================
The god of silly code
What would users see?
=====================
Improved performance since it doesn't have to do queries over three tables. Less bad code as well.
What would users do? What would happen as a result?
===================================================
-
Is there anything else we should know?
======================================
Reporter | ||
Updated•10 years ago
|
Component: General → Code Cleanup
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 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
•