-
Notifications
You must be signed in to change notification settings - Fork 11
Update Design challenge html template #99
Comments
Original issue reported here topcoder-platform/community-app#1860 |
@ajefts @cwdcwd @sushilshinde originally, it is formalized like https://github.com/topcoder-platform/tc-elasticsearch-feeder-service/blob/dev/src/main/java/com/appirio/service/challengefeeder/manager/ChallengeDetailFeederManager.java#L136-L148 which format should we follow? I can make the change. or we should return field separately, and let community app to control the format, but this is conflicting our purpose to have unified detail description field. |
No, we need to add HTML formatting in the templating. Share the original template. |
@sushilshinde share the original template? we don't have actually, previously, it is part of the UI work, let's define some? |
detailedRequirements value is being built by code that's what I'm referring to @skyhit |
@sushilshinde yeah, I mean how to concatenate these pieces. |
@sushilshinde there are some fixed text in the middle, how to handle? see the yellow section |
By adding a placeholder for the fixed text in their returned HTML This is dynamic code generated in api or generate complete HTML on in API only |
@skyhit this is old template |
@skyhit there are still few issues with the fix
Comapared to v3 http://api.topcoder-dev.com/v3/challenges/30055072
It should be returned as
|
Formatting should look like that used to look in v3
V3 template.zip
Currently, in v4 it looks like this which is wrong.
https://www.topcoder.com/challenges/30078581
The text was updated successfully, but these errors were encountered: