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

#198 fix exhibition references #203

Merged
merged 15 commits into from
Mar 19, 2017

Conversation

Sean-Tay
Copy link
Contributor

@Sean-Tay Sean-Tay commented Mar 19, 2017

Some parts of our previous implementation assumed that the exhibition_name attribute under each Exhibition Document was unique. This is not the case.

Instead, either the Exhibition ID itself, or the Exhibition's exhibition_name and the Exhibition's event_name should be used as a unique identifier. Affected Schemas and ObjectClasses include:

  1. Attendance: attendance_name => attendance_key, which holds either the Event or Exhibition ID.
  2. Comments: exhibition_name => exhibition_key, which holds an Exhibition ID.

@JeanKoh JeanKoh merged commit 17f73e4 into #173_Establish_Router Mar 19, 2017
@ycewe ycewe deleted the #198_Fix_Exhibition_References branch April 1, 2017 08:17
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