 Issue 29464633:
  No Issue - Help Center Development Breakdown  (Closed)
    
  
    Issue 29464633:
  No Issue - Help Center Development Breakdown  (Closed) 
  | Index: breakdown.md | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/breakdown.md | 
| @@ -0,0 +1,65 @@ | 
| +# Help Center Development Breakdown | 
| + | 
| +[Specification](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default) | 
| + | 
| + | 
| +## Pages | 
| + | 
| +- Home | 
| 
ire
2017/06/13 14:37:49
This page isn't part of the current version
 
juliandoucette
2017/06/16 16:21:31
We can remove this from the specification of this
 
ire
2017/06/19 14:09:02
Acknowledged.
 | 
| +- Adblock Plus Home, help.eyeo.com/adblockplus | 
| +- Single Article Page, e.g. help.eyeo.com/adblockplus/block-all-ads | 
| +- Search Results Page | 
| +- Imprint, help.eyeo.com/legal | 
| + | 
| + | 
| +## Templates | 
| + | 
| +- Help Center Home | 
| 
juliandoucette
2017/06/16 16:21:32
See comment above.
 
ire
2017/06/19 14:09:02
Acknowledged.
 | 
| +- Product Help Home | 
| +- Single Article | 
| +- Search Results | 
| +- Basic Page | 
| 
juliandoucette
2017/06/16 16:21:31
- This can be the default template
- Other templat
 
ire
2017/06/19 14:09:02
Yes we should have a default template, but here I
 | 
| + | 
| + | 
| +## Components | 
| + | 
| +- General Navigation | 
| +- Site Search Bar | 
| 
juliandoucette
2017/06/16 16:21:31
NIT: This is a field not a bar.
 
ire
2017/06/19 14:09:02
Acknowledged.
 | 
| +- Topics Group | 
| +- Contact Section | 
| +- Breadcrumb | 
| 
juliandoucette
2017/06/16 16:21:32
NIT: Breadcrumb**s** or Breadcrumb bar?
 
ire
2017/06/19 14:09:02
I think "Breadcrumbs"
 | 
| +- Accordion Menu | 
| +- Browser Selector with Browser Detection | 
| +- Card | 
| +- Search Result Item | 
| +- Lists (Ordered Lists, Unordered Lists, "Numbered" Lists) | 
| 
juliandoucette
2017/06/16 16:21:31
It's not clear to me whether there should also be
 
ire
2017/06/19 14:09:02
Yes you're right there's definitely a pattern ther
 | 
| + | 
| +- Grid | 
| +- Variables | 
| +- Typography | 
| + | 
| + | 
| +### General Navigation | 
| + | 
| +[See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#markdown-header-general-navigation) | 
| + | 
| +This includes: | 
| 
juliandoucette
2017/06/16 16:21:31
Why did you group the header navbar and the footer
 
ire
2017/06/19 14:09:02
Yeah they will be separate includes. I was mostly
 | 
| +- Logo (in header) | 
| +- Product Website Link (in header) | 
| +- Language Selector (in footer) | 
| +- Footer Links (in footer) | 
| + | 
| +Note: The header has a slighlty different layout depening on if it is within a specific product's page (e.g. Single Article) or a general page (e.g. Basic Page) | 
| 
juliandoucette
2017/06/16 16:21:32
Thanks for pointing this out.
 
ire
2017/06/19 14:09:02
You're welcome :)
 | 
| + | 
| + | 
| +### Topics Group | 
| + | 
| +This is a list of topics. There are two instances: | 
| + | 
| +- Within a card, e.g. the "Popular Topics" ([See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#markdown-header-popular-topics)) | 
| +- Within a group of other "Topics Groups", e.g. on the Product Help Home page ([See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#markdown-header-help-categories)) | 
| + | 
| + | 
| +### Lists | 
| + | 
| +What I am calling "Numbered Lists" refers to the lists that have styled numbers as shown [here](https://bytebucket.org/adblockplus/spec/raw/5eef1222584c3a04802bd523d293f0bb58a5b5e4/res/help-center/abp-help-article.jpg). This will be implemented as an ordered list `ol`, but I'm making the distinction here to differentiate that style from other ordered lists. |