Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Refactor: Replace requirements domain with research papers domain #2

Description

@Brad-Edwards

Description

Replace the existing requirements management domain with a research papers domain. This involves removing the current Requirement, RequirementRelation, and TraceabilityLink entities and introducing Paper, Citation, and ResearchLink entities.

Scope

  • Remove existing domain entities: Requirement, RequirementRelation, TraceabilityLink
  • Create new domain entities:
    • Paper: Represents a research paper with metadata (title, authors, abstract, DOI, publication date, etc.)
    • Citation: Represents a citation relationship between papers (citing paper, cited paper, context)
    • ResearchLink: Represents a link between research artifacts (papers, experiments, notes)
  • Create corresponding repositories, services, and API controllers
  • Update domain events and listeners
  • Ensure ArchUnit rules still pass with new domain structure

Acceptance Criteria

  • Old requirement entities are removed
  • Paper entity with full CRUD operations
  • Citation entity linking papers together
  • ResearchLink entity for cross-domain references
  • All ArchUnit architecture tests pass
  • Unit tests for new domain entities and services

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorCode refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions