Git Product home page Git Product logo

Comments (19)

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003 I can take it up. Let me know if its fine.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

@shankisg If you plate is full let me know. We need to be a bit aggressive for next few days.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

@shankisg Can we make it high priority . We can hold other PR if required ?

from wye.

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003
I assuming nothing has been implemented for feedback. Thinks I need to do

  • Feedback models design
  • Share feedback link with organisation and tutors.
  • Then adding constraints for organisation and tutors to complete feedback else not allowing then go ahead with next workshop.

Questions

  • What are the points we should add for feedback. My recommendation below and add you points also
    • Content of the workshop
    • Gained a good understanding
    • Trainer was well organised
    • The trainer was friendly and approachable
    • The venue was comfortable (relevant for tutor)
    • The length of the workshop was appropriate
    • Students participation (relevant for tutor)
    • Overall Rating
    • Extra comments
  • Organisation have multiple user associated. Whether feedback is compulsory for all the users of the organisation, or if one user of the org share feedback that will work.

For more workshop survey question http://www.utas.edu.au/it/records/support/workshops/feedback

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

We already have models WorkshopRatingValues, WorkshopVoting and WorkshopFeedBack.
We need to implement logic where we ask them to rate workshop for different type

  1. Infra
  2. Co-operation
    and others.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

Yes we need to add multiple choice and ask them to rate it.

from wye.

shankisg avatar shankisg commented on September 28, 2024

But in any of the models above we not maintaining any reference to user/presenter/organisation, to know has vote or not.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

@shankisg we need to rate for workshop . Each workshop completed will have presenter and requester.

from wye.

shankisg avatar shankisg commented on September 28, 2024

Thats true, but somewhere need to store which presenter or requester have shared the feedback.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

requester_rating = models.ForeignKey(
WorkshopRatingValues, related_name='requester_rating')
presenter_rating = models.ForeignKey(
WorkshopRatingValues, related_name='presenter_rating')
It show different in rating .

from wye.

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003

Implementation of next part will contain

  • Restricting organisation to add workshop unless they complete feedback
  • Restricting presenter to take up next workshop unless they complete feedback
  • Display message to presenter/organiser to share feedback.

Question:
If one presenter and one organisation had already share the feedback, are we going to show the share feedback message Yes or None.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

We will show already existing message and allow other to share if they want.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

@shankisg I think the basic version is check in right ?

from wye.

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003
Following logic has been added for feedback

  • Dynamic generation of feedback form depending on question in WorkshopRatingValues.
  • Form will display all the questions from WorkshopRatingValues models plus a comment box.
  • The workshop url will throw 404, unless workshop is completed.

So the restriction logic for feedback is pending. What you say?

Last question, when should we stop displaying message asking to share feedback. The problem here I am trying to point out is we are not tracking users(may be tutor or a organisation user) who have shared their feekback, so we don't know whom to display the message.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

@shankisg We can take who gave feedback in version 0.2 . You can open issue and mark for milestone v0.2. Let focus to get basic functionality up

from wye.

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003
By Today I will add a pull request for organisation and presenter restriction logic to share feedback.

from wye.

shankisg avatar shankisg commented on September 28, 2024

@vnbang2003
one question
For presenter we are storing user_type as TUTOR, but what is the user_type for organisation users.

from wye.

vnbang2003 avatar vnbang2003 commented on September 28, 2024

For Organisation user type is POC or regional POC.

from wye.

shankisg avatar shankisg commented on September 28, 2024

ok

from wye.

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.