mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #197] Feature Request: Add a user view page #115
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lwhitelock on GitHub (Nov 5, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/197
Originally assigned to: @lwhitelock on GitHub.
Is your feature request related to a problem? Please describe.
It would be very helpful to have a single page to view common information on users, that you normally have to visit multiple pages to see.
Describe the solution you'd like
I would like a page that is equivalent to the edit page but with many different details on a user
Describe alternatives you've considered
Manually visiting multiple M365 Portals.
@lwhitelock commented on GitHub (Nov 5, 2021):
Please assign me.
@KelvinTegelaar commented on GitHub (Nov 15, 2021):
@lwhitelock are we calling the version in dev final for 1.4.0? aka, can this one be closed ? :)
@lwhitelock commented on GitHub (Nov 15, 2021):
We can do. I am working on swapping out the user sign in history table to be a data table. There is also an infinite amount more things we can add. One thing that I want to add is a check for if the user's mailbox is on the blocked list (
Get-BlockedSenderAddress -SenderAddress <emailaddress>)But this stuff can wait until 1.5 or the React front end.
The version in Dev works and is useful enough for the moment.
@lwhitelock commented on GitHub (Nov 15, 2021):
It would also be good to get some feedback on what info other people want on the page.
@KelvinTegelaar commented on GitHub (Nov 17, 2021):
Leaving open, marking as done for V1.4.0
@KelvinTegelaar commented on GitHub (Nov 19, 2021):
Added to v1.5.0 for upgrades
@lwhitelock commented on GitHub (Dec 3, 2021):
I am going to close this for now as this work makes more sense just to do as part of the React rewrite