CodeChefVIT / Common-Entry-Test

One stop solution to make club and chapter recruitments in VIT simpler and hassle free.
https://cet.codechefvit.com
MIT License
18 stars 10 forks source link

Display status of test on home page. #65

Open akshatvg opened 3 years ago

akshatvg commented 3 years ago

On the main students page where students see all the featured clubs through the ClubCarousel.js component, we display whether there is an active test or not based upon the numOfTestsPublished variable (none if 0 and an icon if >=1).

Change the logic to display the icon only when numOfTestsPublished>0 as well as if the active tests have not ended (the test end time shouldn't have passed).

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.88. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.