Open cecilia-donnelly opened 6 years ago
The "COS" links will be removed from the UI in PR #1002. Documenting what the UI looks like here.
The "COS" links were in the Action column on the service admin Enrollments pages and Search Results pages (for advanced and quick search):
And the links pointed to this "Category of Service" page:
Before #949, there were two kinds of categories_of_service, one that lived on the profile, and one that lived on the enrollment. These were pendingCOS and just plain COS. After #949, categories of service are only attached to enrollments, and not profiles.
In the case that the business requirements are that this goes the other way (you can't have both), the implementer will have to swap that column in the database, and remove the code having to do with profiles.
After #949, the code will be left in that allows you to potentially add to either, but it will throw exceptions because this isn't fully implemented.
Follow up to #1002: we should delete the @ignore
d integration test, and the code backing its steps.
Ah, good catch @jasonaowen ! I'll add that to my TODOs. Edit: done in PR #1008
The "COS" action is incompletely implemented and not mentioned in the RTM. I believe we should remove it unless we know of a compelling reason it should be included in the PSM.
If we do keep it, then we should write help text to cover this area of the application.