Skip to content
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

🎂 [Release] Release v3.2.0-XXX - Fix Event Datetime, Refactor Branding JS Files etc. #5

Open
20 tasks
Tirokk opened this issue Dec 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Tirokk
Copy link
Member

Tirokk commented Dec 20, 2023

🎂 RELEASE

Release v3.2.0-XXX - Fix Event Datetime, Refactor Branding JS Files etc.

Todo

  • remove ocelot.social and www.ocelot.social as domains
  • in file branding/constants/links.ts:
    • in item IMPRINT replace:
      • externalLink.url: 'http://ocelot.social/en/impressum'externalLink.url: 'http://ocelot.social/en/imprint/'
    • in item DONATE replace:
      • externalLink.url: 'https://busfaktor.org/en/spenden'externalLink.url: 'https://ocelot.social/en/donate/'
    • in item SUPPORT replace:
      • externalLink.url: 'https://ocelot.social'externalLink.url: 'https://ocelot.social/en/contact/'
    • change order in FOOTER_LINK_LIST, see below
  • in file branding/constants/groups.ts:
    • add value: export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250
  • in file branding/constants/metadata.ts:
    • may add value: THEME_COLOR: 'rgb(23, 181, 63)', // main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case, see if fix(webapp): change theme color to be brandable Ocelot-Social#8004 is merged
  • add Neo4j configurtion NEO4J_dbms_default__database to the Kubernetes values of the Helm script
    • DBMS_DEFAULT_DATABASE: "neo4j"
    • add this to values.yaml.template as well
  • in deployment/deployment-values.md replace:
    • DBMS_DEFAULT_DATABASE: "graph.db"DBMS_DEFAULT_DATABASE: "neo4j"
  • rearrange branding JS files?
  • set new version and build number

New order in FOOTER_LINK_LIST:

  FOOTER_LINK_LIST: [
    ORGANIZATION,
    TERMS_AND_CONDITIONS,
    CODE_OF_CONDUCT,
    DATA_PRIVACY,
    DONATE,
    FAQ,
    SUPPORT,
    IMPRINT,
  ],
@Tirokk Tirokk changed the title 🎂 [Release] Release v3.1.3-XXX - Fix Event Datetime, Rearrange Branding JS Files etc. 🎂 [Release] Release v3.1.2-XXX - Fix Event Datetime, refactor Branding JS Files etc. Dec 20, 2023
@Tirokk Tirokk changed the title 🎂 [Release] Release v3.1.2-XXX - Fix Event Datetime, refactor Branding JS Files etc. 🎂 [Release] Release v3.1.2-XXX - Fix Event Datetime, Refactor Branding JS Files etc. Dec 20, 2023
@Tirokk Tirokk self-assigned this Jan 30, 2024
@Tirokk Tirokk changed the title 🎂 [Release] Release v3.1.2-XXX - Fix Event Datetime, Refactor Branding JS Files etc. 🎂 [Release] Release v3.2.0-XXX - Fix Event Datetime, Refactor Branding JS Files etc. Jan 30, 2024
@Tirokk Tirokk added the enhancement New feature or request label Jan 30, 2024
@Tirokk Tirokk moved this to Sprint Backlog in Kanban Board Ocelot-Social Software Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Sprint Backlog
Development

No branches or pull requests

1 participant