Should store business/user info for query in local storage to be accessed. For example, by storing the business/user info clicked on in local storage - serving up the proper business/user page is a simple query.
**realizing now we may not need to bring local storage into this - but regardless will still handle middleware for this one.
@Zithrill @stefceror I'll handle the middleware side of this - I'll send an object to the server during a redirect so the proper info is served up.
@kokobeens this will affect the view/controller - we will need the businesses/users that are populated to be clickable and will need the templates to reflect whatever object is returned.
Let me know if you need clarification on this one. I'll send out example code after I'm done writing the changes.
Should store business/user info for query in local storage to be accessed. For example, by storing the business/user info clicked on in local storage - serving up the proper business/user page is a simple query.
**realizing now we may not need to bring local storage into this - but regardless will still handle middleware for this one.
@Zithrill @stefceror I'll handle the middleware side of this - I'll send an object to the server during a redirect so the proper info is served up.
@kokobeens this will affect the view/controller - we will need the businesses/users that are populated to be clickable and will need the templates to reflect whatever object is returned.
Let me know if you need clarification on this one. I'll send out example code after I'm done writing the changes.