Five-Fishes / Club-Management-React-Client

Client side for CC Club Management with React Framework
0 stars 0 forks source link

Family member list #158

Closed junzai97 closed 3 years ago

junzai97 commented 3 years ago

Resolved #134 and #135

For this PR, there is some limitation on the search feature. Where the name search in the Figure 1 is not working, and name search in Advance Search is using Jhipster .equals search which is lack of flexibility and not very useful. New issue #157 is created on resolve this issue and this will be fixed using Lu's implementation.

Screenshot

image Figure 1: View Family Member List

image Figure 2: Advanced Search

image Figure 3: Add New Member

image Figure 4: Update existing Family Member

image

  1. Figure 5: Update existing Family Member (Family is set as None)
    • When family is set as None, the Role input will be invisible
    • When userCCInfo is updated with None Family, it is actually deleted from the userCCInfo table