crisischeckin
crisischeckin copied to clipboard
"Add as Contact" buttons don't work
P1, virtual
On the List Checkins page https://crisischeckin-d.azurewebsites.net/Volunteer/ListbyDisaster, after a list of checkins has been displayed, when an “Add as Contact” button is clicked, the page is cleared and the Disaster and “Filter by Date” fields are redisplayed. Seems to have nothing to do with adding a contact.
Note: I realize it could simply not be ready, but I didn't find documentation which lets me know that. Hopefully I didn't overlook it! :-)
If I log in as Administrator when running the site locally, I actually get a Null Reference exception when I click this button. To reproduce, go to "View Checkins," select "Hurricane" and click Go, under Volunteer Name click on Add as Contact button under ", Bob."
What is it supposed to do ?
I'm not certain. I was invited to do some testing as part of a QA conference I was attending, and haven't seen detailed requirements or acceptance criteria. I only remember that nothing happened when I used the buttons.
Mike Tull Sr. Quality Assurance Technician, Classy Llama www.classyllama.com
On Wed, Jun 15, 2016 at 3:16 AM, kevin tshimanga [email protected] wrote:
What is it supposed to do ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HTBox/crisischeckin/issues/631#issuecomment-226119143, or mute the thread https://github.com/notifications/unsubscribe/APir0kSd50WBQrSB7BARqDNTjtzfk1qXks5qL7TRgaJpZM4IYZiS .
@NaveenP94 has details but in affect it will add that user as a contact to your organization. The work is in flux so I am guessing two things happen:
for the null error, it is because the administrator is not part of an organization so code is not checking for that
for the refresh, this is a UX issue as it actually adds it as a contact to the organization but the current page loses the search context on 'refresh' and resets its view instead of showing the list of contacts with your organization.
I believe there is an issue to create separate tabs/views for contacts, resources, etc. and what this should do is redirect to the contacts view where the new one would then be seen