-
Notifications
You must be signed in to change notification settings - Fork 39
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
noticeAssignments on JourneyParts and TrainBlock #736
Comments
Do you want it in? For general same handling? If yes, pls assign it to @Aurige to tell us, if we do the PR |
I think I would want NoticeAssignment at the same 'level' as our new privateCodes. |
@Aurige should the PR be created? |
NoticeAssignment is already a first class object (and has a NoticesInFrameGroup), so you already can assign a Notice to whatever you want. I don't see a need for an additional mechanism doing the exact same thing in another way. |
If that is your standpoint, we will remove all noticeAssignments on all other places for 2.0. My preference would be available on DataManagedObject instead. |
I don't get your point Stefan... we don't need to change anything, it's already available |
Some objects have noticeAssignments embedded, all objects can use the NoticesInFrameGroup. If your argument is: it is already available, then my rationale would be remove the embedded noticeAssignment and have a single way to do so. I think it would be better to remove the NoticesInFrameGroup instead, and have noticeAssignments available on all DataManagedObjects as embedded property. |
It's history ... it started with a few explicit Notice assignments, and then it was requested to make it available widely, and that's what we have now (but it was also decided not to deprecated to old explicit ones). |
We are switching major versions, good time to clean up. |
but we need to freeze the revision at some point ... I would really like to avoid new PR/Issues not being bug correction (or assign them to 3.0) so we can safely update the documentation. |
Then change the milestone. |
I guess this is missing in the model.
It obviously can be achieved using the NoticeAssignmentsInFrame.
The text was updated successfully, but these errors were encountered: