-
Notifications
You must be signed in to change notification settings - Fork 318
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
[Restructure] Fixing Resource Page and broadcast flow #976
Comments
This issue will be broken down in 4 issues like mentioned above, please claim one issue at a time mentioning the point number. |
i have doubt " the creation of resource should create a new broadcast, instead of a resource" ... |
"Manage broadcast page will fetch all approved/non-approved broadcasts" if get all broadcast how we will know which one is approved and which one not ? |
yes, @SwayamRana808 |
when a new broadcast gets added, we should have Note - this issue will be broken down into 3 separate issues |
@Kajol-Kumari i would like to work on that issue, if @SwayamRana808 want to work you can assign him |
@Kajol-Kumari as you said this issue is breakdown into 3 so can you please assign me one. other 2 to above asked ones. Here we 3 asked and it is divided into 3. so, can you please assign me one issue from this issue. |
@SwayamRana808 / @shivamgaur99 / @Hemu21 i have listed the issue breakdown in issue description, whichever part u want to claim, just create a new issue for that as u folks are first one to comment so ideally it would get assigned to u, i hope u three claim one each |
@Kajol-Kumari can you please assign me the issue 3. |
@Kajol-Kumari, please assign me issue 1. |
please assign me the issue 4. |
Description
The current resource creation flow is wrong, the creation of resource should create a new braodcast, instead of a resource, with the
isApproved
flag set tofalse
by default -> admins should approve these braodcasts using manage broadcasts page and then it should appear on the Broadcast page of frontend.Issue Breakdown
isApproved
flag in broadcats model. Refactor the resource form so that a new broadcast gets created on successful submission, with isApproved set to false.approve
andreject
The text was updated successfully, but these errors were encountered: