-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69fa6ec
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 new comments only, that sketch in what needs to be done in this ruleset for issue #82.
There should now be a participant subscription for every pico which has this ruleset installed, so we shouldn't need to check for it not being there.
Furthermore, we can no longer assume that all picos are hosted by the same pico engine, so we need to use the
Tx_host
which is part of subscriptions.69fa6ec
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.
We need to resolve issue #83 before using code like this to get a URL for the list. When we are looking at a participant record, we do not want to show the ECI of its subscription with the list pico, as would happen (in line 252) if we used the new code. Instead we need to use the ECI to the list pico that was assigned to us at the time we logged in. Save this in our session? That is, as a cookie.