Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY: Creator View Page #108

Closed
taylorpapke opened this issue Oct 31, 2023 · 4 comments
Closed

USER STORY: Creator View Page #108

taylorpapke opened this issue Oct 31, 2023 · 4 comments
Assignees
Labels
Sprint 3 USER STORY PM's and PO's will create user stories. LD and devs will create issues centered around user stories.

Comments

@taylorpapke
Copy link
Contributor

taylorpapke commented Oct 31, 2023

As a creator, I will want to have a page that allows me to create and view products so that I can manage my inventory on the app.

Image

Sign in and have Creator options available:

  • Add product page link: Create an add product button that routes to the add product page allowing them to add products
  • Create a View All Products button, routing them to the landing page where creator’s can view all products
  • Sign out button and functionality on nav bar
@taylorpapke taylorpapke added the USER STORY PM's and PO's will create user stories. LD and devs will create issues centered around user stories. label Oct 31, 2023
@taylorpapke taylorpapke moved this to Todo in Belinda's Closet Oct 31, 2023
@brinkbrink brinkbrink moved this from Todo to In Progress in Belinda's Closet Nov 7, 2023
@nickolasram
Copy link
Contributor

With the pull request I just made, this user story should be finished. The only thing that needs to be worked on is routing to the edit user page which I think will happen once that page is done being implemented. Apologies for the delay on getting this User story done; I overlooked that I was assigned to it. Let me know if there's anything else I should work on for this page for now.

@taylorpapke
Copy link
Contributor Author

taylorpapke commented Nov 30, 2023

@nickolasram The creator page is a separate page for users with the creator role. Admin view page is a separate page and is for users with the admin role. @Annelisebx was assigned to the admin view page and should be finishing it up.

We still need this page.

@nickolasram
Copy link
Contributor

nickolasram commented Nov 30, 2023

@taylorpapke okay, I see. With the AdminView page working, a separate CreatorView page should be really quick and easy to implement using the AdminView page as a template. I have a couple questions before I get to that: is the only functional difference between the AdminView page and CreatorView page the “Edit User Role” button? Would it be more efficient to, instead of creating a whole new page, use the same page but simply show/hide that button depending based on the user’s role? Or do we foresee some larger differences being added in the future that would have it make more sense to have AdminView and CreatorView being separate pages?

@taylorpapke
Copy link
Contributor Author

@nickolasram For now, let's implement it in the same way that it is done on nsc-events-android https://github.com/SeattleColleges/nsc-events-android/blob/main/app/src/main/java/com/example/nsc_events/screen/CreatorView.kt or by using admin page as a template to create a new page and remove the "edit user role" button. This will be better for the next team who will be working on these features as the pages intent will be clear and the same on both apps.

Your idea is good but a structural change to our design (https://github.com/SeattleColleges/belindas-closet-android/wiki/Belinda's-Closet-Android-Wiki#belindas-closet-mobile-app-layout) would have to undergo review/approval from the leadership team and we have run out of time for this quarter. This would be a good thing to bring up in the winter quarter.

@brinkbrink brinkbrink moved this from In Progress to Done in Belinda's Closet Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sprint 3 USER STORY PM's and PO's will create user stories. LD and devs will create issues centered around user stories.
Projects
Status: Done
Development

No branches or pull requests

3 participants