-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
dhaselhan
commented
Oct 10, 2023
- 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
52a0e35
to
d2a7309
Compare
styleUrls: ['./additional-information.component.scss'], | ||
}) | ||
export class AdditionalInformationComponent implements OnInit { | ||
firstQuestion = 'FIX THIS'; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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, | ||
}, | ||
], |
There was a problem hiding this comment.
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 () => { |
There was a problem hiding this comment.
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