The current home page view is for the admin and we need to create the view for users as well. So the home page has to change a little bit according to the user role.
As the discussion, we had yesterday meeting and also in the quick meeting today with @Gravewalker. We are going to create three tabs instead of the current tabs.
Programs - Shows all the programs
My mentoring programs - shows the programs that user mentoring
My menteeing (not sure about the word ) programs - shows the programs that the user is a mentee
@anjisvj This is impressive, good job. But there shouldn’t be tabs for mentoring and menteeing programs in the admin view. Scratch that part otherwise someone might get confused.
There was an issue with accessing the cookie which was throwing 401 even the user cookie is there.
Me and @jaye had a call regarding this and fixed it by adding webconfig to allow CORS mapping.
Here’s the PR for that: -