mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

This allows adding an important notice to a layer e.g. "this layer is deprecated, please use layer xyz instead". Only one layer note can be added through the interface although the data structures allow multiple, so notes may be added programmatically without disturbing user-added ones. With this change we also add a get_absolute_url() function to the LayerItem model and change the calls to reverse() for layers to use it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
TODO:
|
|
|
|
- change the behaviour of the filters menus: they should not close on select (they should stay open so that you can check / uncheck multiple checkboxes)
|
|
|
|
- display a no-results found message when a search does not return any results (all tables)
|
|
|
|
- we might consider adding a link to the all layers and all recipes tables from the layer details page
|
|
|
|
* Breadcrumbs / fix tab navigation?
|
|
* Need an admin contact in footer
|
|
* Show recipes from non-software/base layers differently in recipes list
|
|
* Submit layer form fixes:
|
|
* Layout for maintainers (js collapse?)
|
|
* Captcha
|
|
|
|
Later:
|
|
* Usage links in list page?
|
|
* Avoid page content changing size depending on whether scrollbar is there or not?
|
|
* Style/extend about page?
|
|
* Style recipe info page?
|
|
* Style machine list on detail
|
|
* Provide a delete function for unpublished layers?
|
|
* Show count of layers to be reviewed next to review button
|
|
* Something to help with compatibility (although maybe this should just be handled using the existing versioned layer dependencies in layer.conf)
|
|
* Query backend service? i.e. special URL to query information for external apps/scripts
|
|
* Tool for finding/comparing duplicate recipes?
|
|
* Tool for editing SUMMARY/DESCRIPTION?
|
|
* Dynamic loading/filtering for recipes list
|