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

Review the remote package structs and trim them to contain only the fields that are being used #326

Open
fmartingr opened this issue Aug 31, 2023 · 0 comments

Comments

@fmartingr
Copy link
Contributor

The structs in the remote package are generally derived from the msgraph data model. The conversion of remote package structs to provide google calendar structs are generally incomplete, as we only translate the fields that are necessary for use.

The task here is remove fields that are not used, for each struct exported by the remote package. This way, there is no chance that the gcal → remote conversions are missing a necessary field. We also need to verify that the conversions handle all of the fields being used.

Acceptance criteria

  • Remove fields that are not used, for each struct exported by the remote package.
  • Ensure that both providers are using all the fields.
  • Ensure that no removed field is being used by a provider.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant