postfacto
postfacto copied to clipboard
Ability to modify the footer
By default, deploying the application provides three links in the footer for Contact, T&C, and privacy policy. Clicking on any of those links opens a new tab to the same retro. Provide the ability to customize the footer, including removing all text and links.
These actually can already be customized in the config.js
before deployment but it doesn't seem to be documented anywhere. As you suggest it would also be nice if it just didn't show the links if no links were configured. I'll turn this into a story.
ACCEPTANCE
GIVEN I am Alex
AND I am setting up a deployment of Postfacto
AND I set the config.js
values for contact
, privacy
or terms
to null
WHEN I deploy Postfacto
AND I visit the home page
THEN I don't see links for the values set to null
GIVEN I am Alex
AND I am setting up a deployment of Postfacto
AND I set the config.js
values for contact
, privacy
or terms
to a URL
WHEN I deploy Postfacto
AND I visit the home page
AND I click on one of the footer links
THEN I end up at the configured URL