V-Squared / V-Squared.github.io

Initiative for Modular and Upgradable Mini and All-In-One PC. Standards — Know How — Blueprints — Trailblazer Products
http://v-squared.github.io/
Other
2 stars 1 forks source link

Epic►001►Navigation Bar System v3 #47

Closed VillageHubertChen closed 8 years ago

VillageHubertChen commented 8 years ago
Item Color Weight
Board-Bar 700
Selected Board-Bar Item
Board Jumbotron
Book-Bar
500
Article-Bar 300

Navigation Preview

VillageHubertChen commented 8 years ago

YAML file for Board-Bar

File Name and Location

Content of board-bar.yml

- menu: Standards
  url: /standards/
  title: The Missing Standard
  subtitle: All missing standards to find parts, build, upgrade, maintain and repair a modular Mini / All-In-One PC.
- menu: Products
  url: /products/
  title: Trailblazer Products
  subtitle: Real products available early on, showing what you can build with V² Standards. Buy today what is to become mainstream tomorrow.
- menu: Makers
  url: /makers/
  title: For Makers
  subtitle: Everything you need to develop your new products faster at lower cost.
- menu: DIY
  url: /diy/
  title: For DIY
  subtitle: PC Know How & Tools.
- menu: Retail
  url: /reatil/
  title: For Retail
  subtitle: Lower your cost and increase computer sales.
- menu: Apps
  url: /apps/
  title: Apps
  subtitle: V² Open Source Web Apps simplify experiencing or building V² PCs.
- menu: Spreading
  url: /spreading/
  title: Spreading the Word of V²
  subtitle: How to tell the story of a smaller, quieter, more modular and upgradable PC and how to get it into the hands of the user.
- menu: Plan
  url: /plan/
  title: Plan
  subtitle: How V² will improve your life, how we make it happen and how you can help.
- menu: Organization
  url: /organization/
  title: Organization
  subtitle: How you can benefit from or contribute to V² and who are the people making it happen, why and how.
VillageHubertChen commented 8 years ago

YAML file for Book-Bar

File Name and Location

Example Content of book-bar.yml of V² > Plan

- menu: True North
  url: /true-north/
- menu: Road Map
  url: /road-map/
  desc: >
    How to reach True North via consecutive Campaigns.
  subitems:
    - menu: Strategy
      url: /road-map/strategy/
    - menu: Campaign 1
      url: /road-map/campaign01/
    - menu: Campaign 2
      url: /road-map/campaign02/
    - menu: Campaign 3
      url: /road-map/campaign03/
- menu: Dashboard
  url: /dashboard/
- menu: Flow
  url: /flow/
- menu: Agile
  url: /agile/
  desc: >
    Generic Agile Development and Toyota Production System for Github Organizations.
  subitems:
    - menu: Getting Started
      group: 
        - menu: V²Agile Workflow on GitHub
          url: /agile/getting-started/agile-workflow/
        - menu: V²Sprint Workflow on GitHub
          url: /agile/getting-started/sprint-workflow/
        - menu: Roles & Communication
          url: /agile/getting-started/roles/
        - menu: Testing
          url: /agile/getting-started/iterations/
    - menu: Fundamentals
      group:
        - menu: Agile Development Primer
          url: /agile/fundamentals/agile-primer/
        - menu: Motivation by Design
          url: /agile/fundamentals/motivation/
    - menu: Developing / Evaluating
      group:
        - menu: Solving today's Problems
          url: /agile/developing/solving-problems/
        - menu: Multi Repo Management
          url: /agile/developing/multi-repo/
        - menu: Adding SCRUM to GitHub
          url: /agile/developing/adding-scrum/
        - menu: Adding Dashboard to GitHub
          url: /agile/developing/dashboard/
        - menu: Developing V²Plan
          url: /agile/developing/developing/
        - menu: Adapting V²Plan
          url: /agile/developing/adapting/
    - menu: Reference
      group:
        - menu: Features of V²Plan
          url: /agile/reference/features/
        - menu: V² Plan Reference
          url: /agile/reference/reference/

Notes

VillageHubertChen commented 8 years ago

Layout Tweak Article-Bar

Hero

Improvements

Keep important features

VillageHubertChen commented 8 years ago

Contents-Bar

Implementation

Hero

Styling

Behavior

VillageHubertChen commented 8 years ago

Nav Bar System Responsive

Introduction

After the redesign we have three columns:

  1. Article-Bar
  2. Article
  3. GitHub-Bar

Rules (What collapses when)

Styling (of Off Canvas)

VillageHubertChen commented 8 years ago

Edit & GitHub FAB

Edit FAB

GitHub FAB

Filter for Issues

LukasChen commented 8 years ago

@VillageHubertChen. Please do a review and let me know if the positioning is good enogh :+1:

VillageHubertChen commented 8 years ago

Review:

The Good: Implementation of FAB is great. Thanks for going the extra mile to make it a two column layout. Great job! Also the menu prepositions itself depending on window width and scroll position. Impressive!

The Bad: You forgot to assign any functions to the buttons! So I moved this issue back to developing.

VillageHubertChen commented 8 years ago

Good job in fixing remaining bugs!