-
Notifications
You must be signed in to change notification settings - Fork 56
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
[AIFI] Add new object type AIFI #647
base: main
Are you sure you want to change the base?
Conversation
|
Hi, thank you for submitting your AFF. Before we start with the review, please address the abaplint issues. They are mostly regarding unknown ABAP types, as you can only use standard ABAP types or pre-defined types from our types interface: zif_aff_types_v1.intf.abap. For instance, Please also double-check that all titles are in title-case and descriptions follow the sentence-case scheme as described in our documentation.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commenting to change status to 'Changes Requested'
Hi, I have fixed now all issues that came up from the automated checks. Now that I cannot use the aif data types I think I need to add some enumerations. Also I think I need to double check whether all fields marked as required really need to be. Hope it is fine to have the pull request in place already so you can start the review!? |
I have added some enumerations, moved sap and raw structure to General Information and removed several "required" annotations. I think there should be no more changes until your first feedback now. Any chance of an estimation when that may be? |
Related to feedback I got from Katharina, I´ve just committed another update on the structure. |
Hi, thank you for updating the files. We'll perform a review tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for the delay. In general, the AFF looks really good, but we have a few questions:
- Do you want to use prefixes like
is_
oruses_
for booleans? We have marked some already and some already use prefixes. Maybe you can take a look again on that. - Do you want your comments containing the name of your domains/database tables in a public repository?
Co-authored-by: Markus <[email protected]>
Thank you for answering all our questions. The AFF looks good to me, you can now continue and request the ux-review when you are ready for that. |
…ormats into feature/aifi
I just removed the enumeration for the integration type. We have to supply this as custom value help from the backend. Please confirm the UX-REVIEW readiness is still given. |
@D052766 Yes sure, thats okay for me. Is there are reason behind this change? Maybe this would be interesting for the ux colleagues as well. If your concern is the extensibility of the enum, our wiki states that adding values to the enum is compatible without increasing the format version, as long as there is a default value (which is the case). |
@Markus1812 We prefer to set and retrieve values in the backend, rather than defining them in the frontend. |
After AIF internal discussions and review I had to do some more adjustments. I think we´re ready for UX review now, but I will wait for your comments. |
Key Field related wording has been reworked (I hope ;-)) |
Thanks for the update. Ready for UX review 👌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @D052766 ,
I went through the naming of the components and titles, please see my comments
Co-authored-by: Katharina Wurz <[email protected]>
Co-authored-by: Katharina Wurz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the adaption of my comments. UX check revealed one more issue, see my comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me.
No description provided.