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

Add Public Notification View #1040

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Add Public Notification View #1040

merged 2 commits into from
Oct 10, 2023

Conversation

dhaselhan
Copy link
Collaborator

  • Add public.dto to backend to better match front end structure
  • Small cleanups

* Add public.dto to backend to better match front end structure
* Small cleanups
styleUrls: ['./additional-information.component.scss'],
})
export class AdditionalInformationComponent implements OnInit {
firstQuestion = 'FIX THIS';
Copy link
Collaborator

Choose a reason for hiding this comment

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

I remember seeing this on some other feature. Is it intentional here or copy-paste?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is intentional, its a scary placeholder that you will notice if you don't set it properly.

provide: PublicService,
useValue: mockPublicService,
},
],
Copy link
Collaborator

Choose a reason for hiding this comment

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

nitpick NO_ERROR_SCHEMA

expect(service).toBeDefined();
});

it('load a Notice of Intent and its related data for get NOI', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like a typo. Should be Notification instead of Notice of Intent

@dhaselhan dhaselhan merged commit 0c98b46 into develop Oct 10, 2023
3 checks passed
@dhaselhan dhaselhan deleted the feature/ALCS-1176 branch October 10, 2023 19:46
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