Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties

Target release

TBD

Epic

Jira Legacy
serverSystem Jira
serverId8382ec9d-abb6-3a29-8d72-95b9a5732a63
keyLINKCLOUD-630

Document status

Status
titleDRAFT

Document owner

Lava Kumar Dukanam

Engineering Manager

Lava Kumar Dukanam

Architect

Volodymyr Pryimak

Engineering Team

Volodymyr Pryimak Mohit Varma Durgaprasad Jamanjyothi

Technical writers

Karina Zoin

QA

...

\uD83D\uDCCA Success metrics

Goal

Metric

\uD83E\uDD14 Assumptions

\uD83C\uDF1F Milestones

...

\uD83D\uDDD2 Requirements

Requirement

User Story

Importance

Jira Issue

Notes

We would like to use FUSE for SQS registration.

Need to implement a new feature on the FUSE side for supporting SQS registration without EventBridge

Status
colourRed
titleHIGH

Jira Legacy
serverSystem Jira
serverId8382ec9d-abb6-3a29-8d72-95b9a5732a63
keyLINKCLOUD-629

As a temporal workaround we can create it manually.

 Implement Lambda webhooks handler.

 Most of the events will be handled using lambdas but some of them(app installed & uninstalled) should be redirected to the SQS.

 

Status
colourRed
titleHIGH

 

 Update page relations based on the following events(confluence webhooks) on the backend side:

  • page_created

  • page_updated

  • page_restored

  • page_removed

  • page_moved

  • page_copied

  • page_archived

  • page_unarchived

Implement ECS service.

Need to scan all Confluence pages and update link references.

Status
colourRed
titleHIGH

Background job must scan all confluence pages since the last re-index date if exists and update page relations.

\uD83C\uDFA8 New design high level architecture:

...

The idea is to perform whole Confluence content reindex for our API & data access. We need it in order to make page links accessible through a REST API.
SO, when users add page link macro our app can easily gather all needed links for a specific page.

(question) Open Questions

Question

Answer

Date Answered

Do we need to keep links for archived pages?

[most likely no, but…]

(warning) Out of Scope