forked from Smartdevs17/SubTrackr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue33.json
More file actions
1 lines (1 loc) · 11.4 KB
/
issue33.json
File metadata and controls
1 lines (1 loc) · 11.4 KB
1
{"url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33","repository_url":"https://api.github.com/repos/Smartdevs17/SubTrackr","labels_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33/labels{/name}","comments_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33/comments","events_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33/events","html_url":"https://github.com/Smartdevs17/SubTrackr/issues/33","id":4113272694,"node_id":"I_kwDOPdkJIM71K492","number":33,"title":"🔧 Remove unsafe type casts from HomeScreen","user":{"login":"Smartdevs17","id":81881979,"node_id":"MDQ6VXNlcjgxODgxOTc5","avatar_url":"https://avatars.githubusercontent.com/u/81881979?v=4","gravatar_id":"","url":"https://api.github.com/users/Smartdevs17","html_url":"https://github.com/Smartdevs17","followers_url":"https://api.github.com/users/Smartdevs17/followers","following_url":"https://api.github.com/users/Smartdevs17/following{/other_user}","gists_url":"https://api.github.com/users/Smartdevs17/gists{/gist_id}","starred_url":"https://api.github.com/users/Smartdevs17/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Smartdevs17/subscriptions","organizations_url":"https://api.github.com/users/Smartdevs17/orgs","repos_url":"https://api.github.com/users/Smartdevs17/repos","events_url":"https://api.github.com/users/Smartdevs17/events{/privacy}","received_events_url":"https://api.github.com/users/Smartdevs17/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":9106957626,"node_id":"LA_kwDOPdkJIM8AAAACHtElOg","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/enhancement","name":"enhancement","color":"a2eeef","default":true,"description":"New feature or request"},{"id":10486414569,"node_id":"LA_kwDOPdkJIM8AAAACcQn86Q","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/priority-medium","name":"priority-medium","color":"fbca04","default":false,"description":"Medium priority"},{"id":10486414695,"node_id":"LA_kwDOPdkJIM8AAAACcQn9Zw","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/refactoring","name":"refactoring","color":"e4e669","default":false,"description":"Code refactoring"},{"id":10488323645,"node_id":"LA_kwDOPdkJIM8AAAACcScePQ","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/Stellar%20Wave","name":"Stellar Wave","color":"5555ff","default":false,"description":"Issues in the Stellar wave program"}],"state":"open","locked":false,"assignees":[{"login":"Kristyidu","id":195349056,"node_id":"U_kgDOC6TKQA","avatar_url":"https://avatars.githubusercontent.com/u/195349056?v=4","gravatar_id":"","url":"https://api.github.com/users/Kristyidu","html_url":"https://github.com/Kristyidu","followers_url":"https://api.github.com/users/Kristyidu/followers","following_url":"https://api.github.com/users/Kristyidu/following{/other_user}","gists_url":"https://api.github.com/users/Kristyidu/gists{/gist_id}","starred_url":"https://api.github.com/users/Kristyidu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Kristyidu/subscriptions","organizations_url":"https://api.github.com/users/Kristyidu/orgs","repos_url":"https://api.github.com/users/Kristyidu/repos","events_url":"https://api.github.com/users/Kristyidu/events{/privacy}","received_events_url":"https://api.github.com/users/Kristyidu/received_events","type":"User","user_view_type":"public","site_admin":false}],"milestone":null,"comments":3,"created_at":"2026-03-21T18:19:38Z","updated_at":"2026-03-24T20:50:20Z","closed_at":null,"assignee":{"login":"Kristyidu","id":195349056,"node_id":"U_kgDOC6TKQA","avatar_url":"https://avatars.githubusercontent.com/u/195349056?v=4","gravatar_id":"","url":"https://api.github.com/users/Kristyidu","html_url":"https://github.com/Kristyidu","followers_url":"https://api.github.com/users/Kristyidu/followers","following_url":"https://api.github.com/users/Kristyidu/following{/other_user}","gists_url":"https://api.github.com/users/Kristyidu/gists{/gist_id}","starred_url":"https://api.github.com/users/Kristyidu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Kristyidu/subscriptions","organizations_url":"https://api.github.com/users/Kristyidu/orgs","repos_url":"https://api.github.com/users/Kristyidu/repos","events_url":"https://api.github.com/users/Kristyidu/events{/privacy}","received_events_url":"https://api.github.com/users/Kristyidu/received_events","type":"User","user_view_type":"public","site_admin":false},"author_association":"OWNER","active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"## Problem\nMultiple as never casts bypass TypeScript safety in HomeScreen.\n\n## Context\nType casts are code smells indicating type design problems.\n\n## Proposed Solution\nFix type issues properly:\n1. Identify all as never usages\n2. Determine correct type for each\n3. Update type definitions if needed\n4. Remove unnecessary casts\n\n## Acceptance Criteria\n- [ ] All as never casts removed\n- [ ] Proper types defined\n- [ ] TypeScript strict mode passes\n- [ ] Runtime behavior unchanged\n\n## Technical Notes\n**Files:** \n- src/screens/HomeScreen.tsx\n- src/screens/WalletConnectScreen.tsx\n\n## Constraints\n- Some casts may be necessary\n- Document why if kept\n- Test thoroughly after changes","closed_by":null,"reactions":{"url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/33/timeline","performed_via_github_app":null,"state_reason":null,"pinned_comment":null}