-
Notifications
You must be signed in to change notification settings - Fork 104
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
Make forum creation optional #551
Comments
@deedee @Schpotsky @skyhit Would you have any interest in coding this change? |
cc: @rootelement |
Notes:
Line 3663 in fad372d
|
@kylewu if you're bored and want to take a look here too :) |
@ajefts |
@ajefts how could I test this locally? I remember there is a repo with docker setup |
#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 |
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: