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

* Drop the front page - this just gets in the way. Redirect to the layers list instead. This has meant adding a touch more text to the about page and adding the FAQ link to the footer. * Use a separate navbar to hold the branch selector and the main top-level pages (Layers, Recipes, Machines) instead of tabs * All pages depending on a branch selection are now under branch/<branchname>/ so we don't need to have the branch selection on every page. * Use breadcrumbs on recipe detail and layer detail pages instead of tabs * Add title to recipe detail page Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
1.1 KiB
1.1 KiB
TODO:
- Duplication of first maintainer when editing to add a second?
- Document macros for URL fields
Later:
- Ability for reviewers to comment before publishing a layer?
- Prevent SMTP failures from breaking submission process
- All-branch search/results so you can see version availability of recipes in all branches at once?
- Rawrecipes branch support
- Display no-results found message when search does not return any results (all tables)
- Show layer type in layer detail?
- Usage links in list page?
- Subdirs in list page?
- Query backend service? i.e. special URL to query information for external apps/scripts
- Add comparison to duplicates page
- Dynamic loading/filtering for recipes list
- Some way to notify the user when they search for something that has been renamed / replaced / deprecated?
- Create simple script to check for unlisted layer subdirectories in all repos
- Are we going to need some way of indicating forks of another layer? (would rather avoid having forks altogether...)
- Auto-detect more values from github pages?
- Ability for submitters to get email notification about publication?