-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Object Detail - Add "About" section #1816
Labels
good first issue
Good for newcomers
scope: front
Issues that are affecting the frontend side only
type: feature
Comments
Closed
hi @thaisguigon , are other things related to this complete? can i work on this? If yes then please assign it me |
@abhithory Sure, thank you! |
Hi @thaisguigon, can I also start working on this issue? |
Hi @thaisguigon, I have raised a PR #2028, please look into it. |
Closed by #2028 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
scope: front
Issues that are affecting the frontend side only
type: feature
Warning: this ticket is part of a series of tickets aiming to create the "Object Edition flow". This is ticket number 1.
Context
See #1765
For this issue:
Figma
https://www.figma.com/file/xt8O9mFeLl46C5InWwoMrN/Twenty?type=design&node-id=11336%3A63490&mode=design&t=lrj7aulu2ylwpN5F-1
Behavior
Scenario: Viewing the object's summary
GIVEN I am on an Object Detail page
THEN I see an "About" section with a title and a description
AND I see the object's summary
Scenario: Opening the object's summary dropdown menu
GIVEN I am on an Object Detail page
WHEN I click on the object's summary vertical dots icon
THEN a dropdown menu with an "Edit" menu item opens
Scenario: Clicking on the Edit menu item in the object's summary dropdown menu
GIVEN I am on an Object Detail page
WHEN I open the object's summary dropdown menu
AND I click on the "Edit" menu item
THEN I navigate to the Object Edit page
The text was updated successfully, but these errors were encountered: