Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: appengine/swarming/elements/res/imp/botlist/DESIGN.md

Issue 2269643002: Extract shared filters and aliasing code (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nit Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a highlevel overview of behaviors used by <bot-list>.
2
3 ```
4 +----------------+
5 | |
6 +------------->+ CommonBehavior +<-----------------+
7 | | | |
8 | +------+---------+ |
9 | ^ |
10 | | |
11 | | |
12 | | |
13 +--------+----------+ +----+------------+ +-------+--------------+
14 | | | | | |
15 | QueryColumnFilter | | BotListBehavior | | DynamicTableBehavior |
16 | | | | | |
17 +-------------------+ +-----------------+ +----------------------+
18 ^ +-------------^ ^ ^ ^-------------------+ ^
19 | | | | | |
20 | | | +---+ | |
21 | | | | | |
22 +----+--+-------+ | +-----+--------------+ +-----+------+
23 | | | | | | |
24 | <bot-filters> | | | <bot-list-summary> | | <bot-list> |
25 | | | | | | |
26 +---------------+ | +--------------------+ +------------+
27 | +-----------------+
28 | | |
29 +-----+ <bot-list-data> |
30 | |
31 +-----------------+
32 ```
33
34 Although methods defined in the various behaviors could be overwritten by each
35 other, this is not done.
36
37 `<bot-list>` is the main element and composes the others.
OLDNEW
« no previous file with comments | « appengine/swarming/elements/build/js/js.js ('k') | appengine/swarming/elements/res/imp/botlist/bot-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698