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

Update io.cozy.identities.md #190

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nicolasrenardcozy
Copy link

Readme updated with new scrapped data from connectors

@@ -21,14 +21,14 @@ unique by identifier **and** cozyMetadata.createdByApp
"_id": "62e5d66d6e11d19992b7efce794263f0",
"identifier": "[email protected]",
"contact": {
"address": [
"addresses": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not in favor of changing those keys. contact entry here, is the same as our io.cozy.contacts doctype. And in this doctype, we use the singular https://github.com/cozy/cozy-doctypes/blob/master/docs/io.cozy.contacts.md

Can we revert those changes? 🙏 .

"1AJ": "12345.67",
"1BJ": "23456.78",
"currency": "EUR",
"file": "avis_impot_2022.pdf"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that the filename is useful since it can be renamed for instance. Can't we use a relationship here?

"tax_informations": [
    {
      "year": "2022",
      "RFR": "56789.10",
      "1AJ": "12345.67",
      "1BJ": "23456.78",
      "currency": "EUR",
      "relationship": {
           "type": "io.cozy.files", 
           "_id": XXX
       }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants