Skip to content

[feature][docs] reorganize 2.0.0 feature documentation structure #993

@v-kkhuang

Description

@v-kkhuang

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

Is your feature request related to a problem? Please describe.

Currently, feature documentation for version 2.0.0 is scattered across multiple dev-1.19.0-* directories, making it difficult to manage and maintain. The documentation structure needs to be consolidated for better organization.

Description

A short description of your feature

This PR reorganizes the 2.0.0 feature documentation by consolidating all design documents, requirement documents, and test documents from various dev-1.19.0-* directories into a unified docs/dev-2.0.0/ directory structure.

Use case

Describe the use case of your feature request and the solution you'd like.

The reorganization improves:

  1. Documentation discoverability - all 2.0.0 related docs in one place
  2. Maintenance efficiency - easier to update and manage
  3. Version clarity - clear separation between different development versions

Solutions

Describe alternatives you've considered.

Alternative: Keep documentation in separate version-specific directories (current approach - less organized)

Anything else

Additional context or screenshots about the feature request.

This change includes:

  • Moving design documents from dev-1.19.0-* to dev-2.0.0/design/
  • Moving requirement documents from dev-1.19.0-* to dev-2.0.0/requirements/
  • Moving feature files from dev-1.19.0-* to dev-2.0.0/features/
  • Moving test documents from dev-1.19.0-* to dev-2.0.0/testing/
  • Removing obsolete test reports and temporary files
  • Updating .gitignore configuration

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions