Skip to content

Issues constant file used improperly #427

Description

@alexanderpaolini

The @forge/consts package is meant to hold constants. Many items defined in packages/consts/src/issue.ts are not even constants. And almost all of the rest of it doesn't need to be in an external package.

Things like:

  • CreateEditDialogProps
  • IssueStatus, IssuePriority, UUID (???)
  • IssueFormValues
  • IssueSubmitValues
  • EventFormValues

have no reason to be defined in a constants file. @DGoel1602 was saying that some of them can be derived from database schema as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

MinorSmall change - 1 reviewer requiredSprintParent Label for a Sprint Issue

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions