Skip to content

feat(nimbus): Remove projects#13884

Merged
yashikakhurana merged 2 commits intomainfrom
13869/remove_projects
Nov 4, 2025
Merged

feat(nimbus): Remove projects#13884
yashikakhurana merged 2 commits intomainfrom
13869/remove_projects

Conversation

@yashikakhurana
Copy link
Contributor

Because

  • We have tags now, so we can remove projects

This commit

  • Remove projects UI
  • Remove dummy data load for Projects
  • Add dummy data for tags
  • Update changelogs to use tags name
  • Update integration tests to use tags instead of projects

Fixes #13869

@yashikakhurana yashikakhurana marked this pull request as ready for review November 4, 2025 08:05
Comment on lines 901 to 903
name = factory.LazyAttribute(
lambda o: f"{faker.word().title()}-{faker.random_int(min=1, max=99999)}"
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we slugify(faker.unique.catch_phrase()) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea, done Thanks @freshstrangemusic :)

@yashikakhurana yashikakhurana added this pull request to the merge queue Nov 4, 2025
Merged via the queue into main with commit 76f7e5d Nov 4, 2025
17 checks passed
@yashikakhurana yashikakhurana deleted the 13869/remove_projects branch November 4, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove projects UI

2 participants