Skip to content

Commit

Permalink
default text for project description (#1140)
Browse files Browse the repository at this point in the history
* default text for project description

* moved default description behaviour to defaultProject

---------

Co-authored-by: Tom Chapman <tchapman000@gmail.com>
  • Loading branch information
TomChapmanGov and tom0827 authored Nov 1, 2023
1 parent 027c63b commit ce51847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions epictrack-web/src/models/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ export interface Project {

export const defaultProject = {
is_active: true,
description:
"[Proponent] proposes to develop the [Project name], a [project type] which would be located approximately [distance]km from [known near population centre/known near landmark] within the boundaries of [the QQQ Region]. The proposed project is anticipated to produce approximately [production yield] per year of [product], and would include [describe major project components].",
};

0 comments on commit ce51847

Please sign in to comment.