This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Make forum creation optional #551
Comments
@deedee @Schpotsky @skyhit Would you have any interest in coding this change? |
cc: @rootelement |
Notes:
|
@kylewu if you're bored and want to take a look here too :) |
@ajefts |
kylewu
pushed a commit
that referenced
this issue
Dec 21, 2020
@ajefts how could I test this locally? I remember there is a repo with docker setup |
ajefts
added a commit
that referenced
this issue
Dec 21, 2020
#551 allow skipForum in ContestServiceFacadeBean.createSoftwareContest
@ajefts @rootelement I believe there was an issue with my previous PR: the interface was not updated @rootelement ap-challenge-microservice needs to upgrade dependency contest_service_facade, otherwise it won't compile |
@kylewu we had merged this to dev, but had to pull it back out. can you make an updated PR? |
@rootelement #554 here it is |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During challenge creation, we'd like to allow a flag to be passed in that determines whether or not the challenge forum should be created during the challenge creation process.
?skipForum=true
, don't create the forum.I believe this is the code we'd need to work with: https://github.com/appirio-tech/direct-app/blob/dev/services/contest_service_facade/src/java/main/com/topcoder/service/facade/contest/ejb/ContestServiceFacadeBean.java#L3663
The text was updated successfully, but these errors were encountered: