roclin-grp / roclin-grp.github.io

Company Site with GitHub Pages
0 stars 0 forks source link

Repository Organisation/Overhaul #45

Open loljoho opened 6 years ago

loljoho commented 6 years ago

Repository Organisation/Overhaul #45

Task List

⬆ back to top

Issue & Pull Request Templates

  1. Compose a clear, concise, and descriptive Title
    • Write with proper English: capitalisation, punctuation, etc.
    • Use the present tense
    • Good Examples:
      • Refactor responsive styles in Sass layout/ partials
      • Update README.md legal disclaimer
      • Fix navbar social media link spacing
    • Bad Examples:
      • Landing Page
      • index carousel
      • Disqus Setup
  2. Assign an appropriate Type Label to your issue
    • Each issue can only have one type label
  3. Follow the instructions in the ISSUE_TEMPLATE carefully and in order
    • Some sections will be skipped based on your issue Type
    • Use proper English, including whole sentences and paragraphs where needed
    • Fill out any lists or tables if the template provides them for you
⬆ back to top

Links & Resources

⬆ back to top

loljoho commented 6 years ago

Issues

Table of Contents

⬆ back to top

Repository Issues

#01 - Implement Assets Pipeline

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#07 - Content Editor

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#08 - CMS Admin GUI

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#09 - Deployment Automation

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#10 - RSS Feed

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#11 - Social Media Share

# · · Aug 1, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#17 - Product Page

# · · Aug 12, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#18 - Pricing Page

# · · Aug 12, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#19 - Create Social Media Profiles

# · · Aug 15, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#23 - Cards

# · · Aug 15, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#24 - Page Content Data Files

# · · Aug 15, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#25 - Implement jQuery.appear

# · · Aug 15, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#26 - Basic Layout Templates

# · · Aug 15, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#28 - Webpack Workflow Automation

# · · Aug 16, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#29 - Page Content Collections

# · · Aug 16, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#30 - SVG Partials

# · · Aug 16, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#31 - Watch Task and Webpack

# · · Aug 18, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#35 - Links & Assets Paths

# · · Aug 23, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#36 - Browsersync

# · · Aug 24, 2017 · loljoho

Status

Scope

Notes

Links

⬆ back to top

#37 - Company Site

# · · Sep 7, 2017 · mavstronaut

Status

Scope

Notes

Links

⬆ back to top

#39 - index carousel

# · · 28 days ago · mavstronaut

Status

Scope

Notes

Links

⬆ back to top

#42 - Page Style Cleaning

# · · 16 days ago · mavstronaut

Status

Scope

Notes

Links

⬆ back to top

#43 - Update Carousel Images

# · · 16 days ago · mavstronaut

Status

Scope

Notes

Links

⬆ back to top

#44 - Updated Contact Form

# · · 9 days ago · mavstronaut

Status

Scope

Notes

Links

⬆ back to top

#45 - Repository Organisation/Overhaul

# · · a day ago · loljoho

Status

Scope

Notes

Links

⬆ back to top

⬆ back to top

loljoho commented 6 years ago

Notes

Notes while resolving #41 Feat/39 index carousel and issue #39 index carousel

Issues

Issues to create during #45

Assets

  • [ ] Replace uncompressed png icons in images/icons/ with icon font and/or svg files
  • [ ] Implement image compression for carousel images in images/carousel/
  • [ ] Replace rlg-concept files

Pages

  • [ ] Refactor index.md layout template & partials
  • [ ] Refactor blog.md grid layout & components
  • [ ] Refactor index.md grid layout & components
  • [ ] Refactor about.md grid layout & components
  • [ ] Refactor contact.md grid layout & components
  • [ ] Refactor blog.md grid layout & components
  • [ ] Refactor pricing.md grid layout & components
  • [ ] Refactor product.md grid layout & components
  • [ ] Refactor privacy.md grid layout & components
  • [ ] Refactor terms.md grid layout & components

Layout & Templating

  • [ ] Create splash screen
  • [ ] Create functioning contact form
  • [ ] Refactor page.html layout template

Blog & Blog Posts

  • [ ] Refactor blog.html layout template
    • [ ] Index of posts
    • [ ] Post excerpts
  • [ ] Refactor post.html layout template
    • [ ] Page Header
    • [ ] Post metadata
    • [ ] Share Post menu
    • [ ] Sidebar
      • [ ] Searchbar
      • [ ] Recent Posts
      • [ ] Categories
      • [ ] Tags
  • [ ] Create category.html layout template
  • [ ] Implement categories in Front Matter
  • [ ] Add Front Matter variables
    • [ ] categories
    • [ ] tags
    • [ ] date
  • [ ] Implement pagination

Partials

  • [ ] Fix navbar navs
  • [ ] Fix navbar brand image
  • [ ] Add footer links for privacy, terms

Content

  • [ ] Extract static page content into data files and collections
    • [ ] about.md
      • [ ] Team members
      • [ ] Collaborators
    • [ ] contact.md
  • [ ] Implement collections in static pages

Tasks/Chores

  • [ ] Fix YAML Front Matter formatting in all files
  • [ ] Fix HTML and Liquid Template markup in all files
  • [ ] Fix and tidy up _config.yml
⬆ back to top