Skip to content

chore(angular-react): Migrate FeedType type to React#252

Open
devin-ai-integration[bot] wants to merge 2 commits into
masterfrom
devin/1778795811-migrate-feed-type
Open

chore(angular-react): Migrate FeedType type to React#252
devin-ai-integration[bot] wants to merge 2 commits into
masterfrom
devin/1778795811-migrate-feed-type

Conversation

@devin-ai-integration
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot commented May 14, 2026

Summary

Migrates the FeedType type alias from the Angular source at src/app/shared/models/feed-type.type.ts to the React project location at src/models/feed-type.type.ts.

This is a pure TypeScript type with no Angular dependencies, so it is copied as-is:

export type FeedType = 'poll' | 'story' | 'job';
  • No new dependencies introduced — this is a leaf node.
  • Uses camelCase naming conventions.
  • The original Angular source file is not removed.

Review & Testing Checklist for Human

  • Verify src/models/feed-type.type.ts contains the correct type alias matching the Angular source
  • Confirm no other files were modified

Notes

This is a straightforward 1:1 type migration with zero behavioral risk.

Link to Devin session: https://app.devin.ai/sessions/d351e6461c20495794449e4883ac8ab0
Requested by: @charityquinn-cognition


Devin Review

Status Commit
⚪ Not started

Run Devin Review

💡 Connect your GitHub account to enable automatic code reviews.

Open in Devin Review (Staging)
Open in Devin Review

devin-ai-integration Bot and others added 2 commits May 14, 2026 21:57
Co-Authored-By: Charity Quinn <charity.quinn@cognition.ai>
Co-Authored-By: Charity Quinn <charity.quinn@cognition.ai>
@devin-ai-integration
Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Copy Markdown
Author

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

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.

1 participant