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

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

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/elements/res/imp/botlist/DESIGN.md
diff --git a/appengine/swarming/elements/res/imp/botlist/DESIGN.md b/appengine/swarming/elements/res/imp/botlist/DESIGN.md
deleted file mode 100644
index 159e4b0e63a1a61a7a0fff6f369b2b27229e45fc..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/res/imp/botlist/DESIGN.md
+++ /dev/null
@@ -1,37 +0,0 @@
-This is a highlevel overview of behaviors used by <bot-list>.
-
-```
- +----------------+
- | |
- +------------->+ CommonBehavior +<-----------------+
- | | | |
- | +------+---------+ |
- | ^ |
- | | |
- | | |
- | | |
-+--------+----------+ +----+------------+ +-------+--------------+
-| | | | | |
-| QueryColumnFilter | | BotListBehavior | | DynamicTableBehavior |
-| | | | | |
-+-------------------+ +-----------------+ +----------------------+
- ^ +-------------^ ^ ^ ^-------------------+ ^
- | | | | | |
- | | | +---+ | |
- | | | | | |
- +----+--+-------+ | +-----+--------------+ +-----+------+
- | | | | | | |
- | <bot-filters> | | | <bot-list-summary> | | <bot-list> |
- | | | | | | |
- +---------------+ | +--------------------+ +------------+
- | +-----------------+
- | | |
- +-----+ <bot-list-data> |
- | |
- +-----------------+
-```
-
-Although methods defined in the various behaviors could be overwritten by each
-other, this is not done.
-
-`<bot-list>` is the main element and composes the others.

Powered by Google App Engine
This is Rietveld 408576698