Skip to content
This repository was archived by the owner on Jul 10, 2018. It is now read-only.

Create form for new idea #27

@jwesleye

Description

@jwesleye

Initial Form needs to have at a minimum:

  • User Name diplayed loaded from app store (from login) (id used for post)
  • Idea title as text input from user
  • Description of the problem needing to be addressed as text block input from user
  • Description of the solution proposed as text block input from user

This should include validation (all 3 fields being required and likely some minimum length).

This data should be posted to "submitNewEntry" in NewEntry.action.js as an object like:

{
userid:"",
title:"",
problemDescription:"",
solutionIdea:""
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions