Skip to content

Universal nav integration updates #689

Closed
@jmgasper

Description

@jmgasper

Issue 1

I've integrated Tool Navigation and the Footer Navigation with a hard-coded user in the forum theme.
We should add and fix several files in the forums repo(https://github.com/topcoder-platform/forums) to implement all requiremets.
'We have to ensure that it displays properly for: Anonymous (not logged in) user + Logged in user'
The forums theme uses Smarty templates. Smarty is a web template system written in PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Vanilla Forums uses Topcoder JWT token to authenticate users and we need to use the data in smarty templates from session. Unfortunately, we have access to Vanilla User only, not Topcoder User in smart templates. We need to write some logic and commit several files in the forums repo(https://github.com/topcoder-platform/forums) to implement this requirements.

Issue 2

We need to update config files in the forums repo to support both envs (PROD/DEV) and make URLs to be configurable for the forum-theme.
In the submission section: 'You must submit a patch file against commit hash 2500e65 of the "dev" branch of the forums-theme Github repo'. What commit hash of the forums repo(https://github.com/topcoder-platform/forums) should be used?
Please let me know if there are no changes in the scope of the challenge.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions