Create a request access form for a candidate (part 2 of candidate's CenterID refactoring) #4058
Labels
Category: Feature
PR or issue that aims to introduce a new feature
Language: SQL
PR or issue that update SQL code
State: Stale
PR that has had no recent activity, needs to be triaged for review or closure to proceed
This will be part 2 of the future for the
CenterID
field of thecandidate
table plan (as discussed in September 2018 with @samirdas @driusan and @ridz1208, see meetings notes).TODOs:
Create a form that will be used to request access to a candidate from another site when the candidate is switching sites so that the data entry people can have access to that candidate.
CandID
,CenterID
,Project
,UserID
,Approval
(Y
,N
) and the type of access (view other sites visits for example)SessionID
,CenterID
,Project
,UserID
,Approval
(Y
,N
) and type of accessNotes:
modules/create_timepoint/php/create_timepoint.class.inc
function _hasAccess will need to be modified as it uses the candidate's RegistrationCenterID in order to be able to create a new visit for a candidate. Will have to take the other tables into account in that queryFuture labels for the PR:
Comments from the first PR that should be done in this part 2:
The text was updated successfully, but these errors were encountered: