GithubHelp home page GithubHelp logo

Comments (4)

garimadosar5 avatar garimadosar5 commented on August 11, 2024

QA Notes -

  • Skip is not working in Phulwari program Fixed
  • Visit scheduling not working for children enrolled in phulwari. Fixed
  • when a child is enrolled in the phulwari after phulwari setup then it should automatically add as phulwari member. (It can be done using the attendance feature). @garimadosar5 To confirm this
  • If child is absent for 3 days, one followup visit gets scheduled. (for eg - 08 Mar) if that followup visit is not done then again one visit will get scheduled (eg - on 09 Mar). This 09th march followup overwrites the 08 Mar visit.
    [At a time only one followup is there]. Please confirm.
    Case - Baby Sharda @garimadosar5 To confirm this

- Product bug -
In search Page -
If there is some filter selected in one subject type and now I change the subject type. This include the previous filter also.
For eg here: In individual name type name and now change the subject type to Phulwari. It will not show any search result.

from jss.

garimadosar5 avatar garimadosar5 commented on August 11, 2024

Changes discussed -

  • What can be the reason of child to be absent in Phulwari? Add two more options.
    1. Exit
    2. Death
  • Add new question - "Date of phulwari resume"
  • Do not schedule any child followup till date of phulwari resume. If child is present before the phulwari resume date then again start scheduling followup if child is absent.
  • On Phulwari group, add validations.
    1. Phulwari name should match with one of the phulwari in the system. DOne
    2. As soon as child is enrolled in the phulwari program, add that child as a member of the same name phulwari.
      Product change as discussed

https://app.zenhub.com/workspaces/avni-5cf8e458bf08585333fd64ac/issues/avniproject/avni-client/452

from jss.

nupoorkhandelwal avatar nupoorkhandelwal commented on August 11, 2024

set role jssuat;
insert into group_subject(uuid, group_subject_id, member_subject_id, group_role_id, membership_start_date, membership_end_date, organisation_id, audit_id, version)
select uuid_generate_v4(),
(select id from individual where first_name = enl.observations -> '6129d59e-17ee-4e0d-a48d-df00b0df326b' ),
individual_id,
123,
current_timestamp,
null,
128,
create_audit((select id from users where username = 'nupoor@jssuat')),
0
from program_enrolment enl;

from jss.

garimadosar5 avatar garimadosar5 commented on August 11, 2024

QA Notes -
Case - Jahnvi Su, this child is enrolled in "Dongritola" Phulwari but it got associated with Phulwari "Payari Phulwari Attendance". Please check. In the enrolment, whichever phulwari name is selected from the Phulwari Group the child is assosciated with that phulwari only. I have corrected the answer and it is coming in the right phulwari .

from jss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.