Skip to content

Latest commit

 

History

History
80 lines (78 loc) · 2.88 KB

File metadata and controls

80 lines (78 loc) · 2.88 KB

Short-term tasks

  • Add admin user
  • Modify header for different users date
  • Add pages crud
  • Add fixed footer
  • Change admin email
  • Add image crud (relate to pages)
  • Add images in show page
  • Add image gallery
  • Fix spinner on delete button (pages)
  • Style sidebar
  • Add users index page
  • Add text editor
  • Add tinymce editor
  • Make sure classes can be added via editor
  • Add fancybox to the public folder
  • Add login link in header
  • Add login dropdown in header
  • Add debugbar
  • Add 3 products page (step-by-step product guidance)
  • Add checkout form with questions (name, personal info, etc)
  • Register new user after form submission
  • Refactor Order observer
  • Add front end validation plugin (js field validation)
  • Add special form class for adding spinners upon submission
  • Add ajax login
  • Add front-end validation to all required fields
  • Add unique to slugs (pages, products)
  • Look up for templates
  • Add orders section with crud (to admin)
  • Modify notifications for every page
  • Client profile page (with order info)
  • Add global settings
  • Add new template
  • Add loading indicator to sidebar links
  • Add breadcrumbs to all pages
  • Modify form inputs
  • Add back text editor
  • Add notifications instead of emails
  • Add proper front end stylings
  • Add content to pages
  • Add multi-step form ()
  • Add notifications for admin (email, whatsapp, etc)
  • Bug with cancelled order on step addition
  • Add seo keywords control from admin panel (for pages| meta text, meta description, meta titles)
  • Modify page seeders for real content
  • Cache settings
  • Add countries
  • Search functionality with search bar (whole website content)
  • Add index info about each country and links with additional pages
  • Make burger icon bigger
  • Place logo in the center on small screens
  • Make headings of light logo color
  • Modify logo to make text bigger
  • Add appointments functionality
  • Pick proper colors for packages
  • Create invoice after complete order
  • Split order into 2 parts (50/50)
  • Assistence for collecting a data
  • Map and flag should be the same height
  • Add maps and flags to front end
  • Add flag and geo map to country
  • Fix sidebar countries dropdown
  • Add lang according to client's browser lang
  • Add sitemap
  • Fix ssh problem on server (for gitlab pull)
  • Add show page for each product on front end (with detailed info, etc)
  • Add envoyer and test
  • GDPR rules (cookies)
  • Push to the server

Long-term tasks

  • Pick the template
  • Manage queues with supervisor !important

Server tasks

  • View share
  • Unique slug validation upon update
  • Use seeders instead of factory (faker)
  • Disable debugbar on server