Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.47 KB

ROADMAP.md

File metadata and controls

36 lines (29 loc) · 1.47 KB

Detail development plan with timeline

List of things to do

Documentation

  • Detail requirements of the website.
  • How to run in a Docker Container.
  • How to create database backups automatically on commit.
  • List of software tools used in this project and how to use them
  • Git workflow for seemless coding and release management.
  • Packaging and deployment for security audit.

Development Environment

  • CI Integration for Code Standard Tests
  • Backup files and database on every rebase and merge.
  • Finalize the technology requirements like deployment tools, coding tools, debuging tools etc.

Development Plan

  • Finalisation of regions and blocks in the Home Page
  • Image Preview for the Home Page
  • Fully functional static Home Page with all interactive sections.
  • Minimize the Static Markup and list it's dependencies.
  • Create all the required content types and contents
  • List all planned CSS and JS dependencies for Drupal 8
  • Require all dependencies in compposer and include them via YAML
  • Plan the Final Regions to be kept and name them properly
  • Add Support for Drupal 8 Color Module in theme
  • Finalisation of theme structure with regions and blocks in Drupal
  • TWIG templates ready for rendering each regions and blocks
  • TWIG templates ready for rendering the Home Page
  • PHP Coding and hook implementations for interactive sections
  • Fixing security issues for auditing