-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support CSV upload of registeration when individual's lowest address level is not the lowest location type #1225
Comments
mahalakshme
changed the title
Unable to upload registration data if subjects "Lowest Address Levels" is at higher level
Support CSV upload of registeration when individual lowest address level is not the lowest location type
May 9, 2024
mahalakshme
changed the title
Support CSV upload of registeration when individual lowest address level is not the lowest location type
Support CSV upload of registeration when individual's lowest address level is not the lowest location type
May 9, 2024
@petmongrels updated the release of this card to 8.0.3 |
Address Level Type matching
|
petmongrels
added a commit
to avniproject/rules-server
that referenced
this issue
May 14, 2024
petmongrels
added a commit
to avniproject/rules-server
that referenced
this issue
May 14, 2024
QA
|
petmongrels
added a commit
to avniproject/avni-server
that referenced
this issue
May 14, 2024
…n class. Moved logic support registration location types to Subject Type. Changed some exceptions to RuntimeException.
If there is no setting on registration, don't we assume that we need to register at the lowest address level types possible? |
|
@AchalaBelokar the above issue is fine, because thats a different one related to location hierarchy |
shraddha761
pushed a commit
to shraddha761/avni-server
that referenced
this issue
Jul 4, 2024
…n class. Moved logic support registration location types to Subject Type. Changed some exceptions to RuntimeException.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need:
Need to upload around 500 individuals via CSV, but unable to because of the below issue.
Steps to reproduce the issue:
org: CINI_uat
data:
CInI Data Upload - Copy of Avni_anganwadi sheet.csv
Got the error
Missing 'Cluster'
on uploading the file.Its because, the above implementation has 4 address_level_types, State -> District -> Block -> Cluster, with Cluster as the lowest location type but the subject is resgistered at Block level.
AC:
Analysis notes:
Usecases for supporting multiple address levels for a subject to be registered at:
The text was updated successfully, but these errors were encountered: