TAMUSHPE / MobileApp

TAMUSHPE Mobile App
MIT License
9 stars 0 forks source link

Link Mangement Code Refactor #395

Closed JasonIsAzn closed 3 days ago

JasonIsAzn commented 6 days ago

Overview

Link Manger Implementation is just weird. Currently there are 7 links each idenitifed by 1,2,3,...,7. Where the firt 5 links are for reservered resources and remaining 2 are for membership links. This works but readability is horrible. Instead identiffied the links by types. For example, all the links for resources will be resources_link, then we can fetch all the resources_link.

Task