Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/deseng745: Added multi-select checkboxes for project type. Cleaned up form CSS. #124

Merged
merged 4 commits into from
Nov 25, 2024

Conversation

jareth-whitney
Copy link
Contributor

  • Added multi-select checkboxes for project type
  • Cleaned up form CSS

Copy link
Contributor

@Baelx Baelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Approved

<label>File name</label>
<p>{{ logo.controls.name.value }}</p>
</div>
<div class="logo-link-container">
<div class="logo-link-container full-wide">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for cleaning up some of the display in the backend!

@@ -82,6 +82,12 @@ export class AddEditProjectComponent implements OnInit, AfterViewInit, OnDestroy
'Plan Implementation and Monitoring'
];

public projectTypes: Array<Object> = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use the ProjectTypes type that you defined in project.ts here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

*
* @returns {Array} Array of project type strings.
*/
private getTypesFormValues(): Project['projectTypes'] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use the ProjectTypes type here too

@jareth-whitney jareth-whitney merged commit 22b2359 into dev Nov 25, 2024
2 of 3 checks passed
@jareth-whitney jareth-whitney deleted the feature/deseng745 branch November 25, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants