Closed
Bug 1482477
Opened 7 years ago
Closed 7 years ago
add "products" page to admin
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
The "products" table is currently managed by sqlalchemy/alembic. Since it's not a Django model, I didn't add it to the Django admin and thus it's hard to know what the contents of the table is over time.
We're in the process of getting Socorro set up to support new products. It makes it a lot easier if we know what products it's currently supporting. For that, it's probably easiest to add a Django admin page that lists products.
We're planning to add products using data migrations, so the page just needs to list them--not manipulate them.
This bug covers adding that page.
| Assignee | ||
Comment 1•7 years ago
|
||
I can't make a root product page if I can't see what products are going to be on it.
Making this a P2 to do now.
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/0ef53bef55d17c966766e06b0c25fd2c82912b56
fix bug 1482477: add product admin page
This adds a Products model and a Django admin page to view it.
https://github.com/mozilla-services/socorro/commit/b9a4485b454a01f39154d612097b21f2a1529d95
Merge pull request #4551 from willkg/1482477-products-admin
fix bug 1482477: add product admin page
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•