Skip to content

Conversation

@Ruchitha12
Copy link
Member

Fixes #384

What changes did you make?

  • Created a new model UrlStatusType to represent the status of URLs (e.g., active, archived).
  • Added a url_status_type ForeignKey field to ProjectUrl.
  • Added serializer and viewset for UrlStatusType.

Why did you make the changes (we will use this info to test)?

Screenshots of Proposed Changes to the Website (if any, please do not screenshot code changes)

No UI impact — backend-only update.

@Ruchitha12 Ruchitha12 force-pushed the feature/url-status-type branch from 553d8da to 1553de7 Compare October 16, 2025 18:17
@Ruchitha12 Ruchitha12 requested a review from fyliu October 16, 2025 18:18
@Ruchitha12 Ruchitha12 force-pushed the feature/url-status-type branch from 1553de7 to a511ef1 Compare October 16, 2025 18:24
@Ruchitha12 Ruchitha12 marked this pull request as draft October 20, 2025 16:57
@Ruchitha12 Ruchitha12 force-pushed the feature/url-status-type branch from 3defcc8 to a511ef1 Compare October 21, 2025 01:28
@Ruchitha12 Ruchitha12 closed this Oct 21, 2025
@Ruchitha12 Ruchitha12 force-pushed the feature/url-status-type branch from 3dc32f3 to fc7ac99 Compare October 21, 2025 18:22
@Ruchitha12 Ruchitha12 removed the request for review from fyliu October 21, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅Done

Development

Successfully merging this pull request may close these issues.

Create Table: url_status_type

1 participant