Gig Marketplace Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • index
      • home
      • search
      • task
      • newtask
      • profile
      • login and loginsimple
      • owner
      • dashboard
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reuseables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • menufocusgroup_review
      • menufocusgroup_task
      • menufocusgroup_category
      • popup add_edit_category
      • menufocusgroup_flag
      • messagesnotifcation
    • API workflows
Powered by GitBook
On this page
  • New Task Page Overview
  • Key Workflows
  • Key Elements

Was this helpful?

  1. ASSETS
  2. Pages

newtask

Page for creating and modifying tasks

PrevioustaskNextprofile

Last updated 6 years ago

Was this helpful?

New Task Page Overview

This page is used for creating or modifying a Task. Users modify a task by sending it to the page as a task parameter. Users must select Categories and specify basic information for the Task.

Key Workflows

Page is loaded and Get task from page URL is not empty and Get task from page URL's Owner is not Current User

  • Triggered if the page's Task to be modified is not owned by the current user

  • Redirects the user to the

Button NEXT is clicked and progressbar A's step # < 3

  • This is the primary workflow for advancing steps on this form

  • Triggers the Advance step custom workflow

Button NEXT is clicked and progressbar A's step # is 3 and Parent group's Task is empty

  • Triggered when a user is creating a new Task

  • Creates a new Task and makes it active by settings Hiring? to yes

  • Triggers the Save task custom workflow

  • Sends a confirmation email to the task Owner with the task's details

Button NEXT is clicked and progressbar A's step # is 3 and Parent group's Task is not empty

  • Triggered when a user is modifying an existing Task

  • Triggers the Save task custom workflow

Save task [Custom workflow]

  • Saves the inputted information for the Task

  • Uses the categories state on Group Task Categories

Key Elements

RepeatingGroup Category

  • Contains all Categories on the platform

  • Used to associate categories with the task

index page