-
Notifications
You must be signed in to change notification settings - Fork 3
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
Separate Inactive Members #87
Comments
Great idea! This feels like it should probably be done in the front end when we fetch our in members. workstand/bikeshop_project/assets/js/members/components/MemberTable/index.jsx Lines 38 to 49 in d203111
|
IN the front end, when do they get inactive? by pressing banned or suspended in the edition of the member? so far I tried to suspend them or baned them and nothing in the isActive flag happened. |
I was trying to do something like this. componentDidMount() { |
Regarding "when are they inactive: I think the focus is not on banner or suspended members, but rather how often they are coming. If a member was the shop last week, they should be close to the top of the list. |
Hey @nemesis1346, I would try adding some extra users (inactive, etc) to We could write js tests for this, but It looks like they're jet to be setup? |
Should I push the changes so far in a branch of my fork? Is there some folder or place where you guys have js tests? |
Sorry didnt see the feedback before. So then the backend should response back the same list plus some parameter of date of creation? or something like that? |
When sorting for members, it would be nice to not have inactive members fill the list first.
Could they be listed last? Or through another search?
The text was updated successfully, but these errors were encountered: