OpenSourceHelpCommunity / OpenSourceHelpCommunity.github.io

Open source help community website
http://opensourcehelpcommunity.herokuapp.com/
MIT License
45 stars 57 forks source link

Enable approve of contest from admin dashboard initial page [list of contests] #159

Closed vaibhavsingh97 closed 6 years ago

vaibhavsingh97 commented 6 years ago

I'm submitting a ... (check one with "x")

Expected Behavior: Admin Dashoard show all details of contests like Name of contest, link of contests, etc

Actual Behavior: Admin Dashoard does not show any details. Only contest name is shown

Screenshots (if any): image

Would you like to work on this issue?

tapaswenipathak commented 6 years ago

Can you please click on the contest name, it should show you all the fields then. Is this in your local deployment?

vaibhavsingh97 commented 6 years ago

@tapasweni-pathak why extra click to get all the details?

tapaswenipathak commented 6 years ago

The directory structure works like

List of tables -(click on one)-> field return from object's unicode function (in our case, contest name) -(click on it)-> and you get all the details.

This looks good to me for this table.

vaibhavsingh97 commented 6 years ago

@tapasweni-pathak if user has submitted too many competition than it's not ideal that admin click on each competition to approve...he can see form main dashboard and approve the same :sweat_smile: Please visit #160 to see the screenshot to get more insight

tapaswenipathak commented 6 years ago

Great! Why did you do it in parts? Also I changed the title of this issue a bit. Closed with 575c764765de1f4f5c7de863120dd9c222584415.

vaibhavsingh97 commented 6 years ago

@tapasweni-pathak there was a reason I did in parts....please look at my comment in the PR

tapaswenipathak commented 6 years ago

162 has changes required to show all the fields on the initial page and also approve from there. :)