Created
January 4, 2020 21:19
-
-
Save bartekpacia/4ef9d986a64a21c8e75c1a0887e48de9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pending_relations_received_as_mentee": [], | |
"accepted_relations_received_as_mentee": [], | |
"rejected_relations_received_as_mentee": [], | |
"cancelled_relations_received_as_mentee": [], | |
"completed_relations_received_as_mentee": [], | |
"pending_relations_sent_as_mentee": [], | |
"accepted_relations_sent_as_mentee": [], | |
"rejected_relations_sent_as_mentee": [], | |
"cancelled_relations_sent_as_mentee": [], | |
"completed_relations_sent_as_mentee": [], | |
"pending_relations_received_as_mentor": [ | |
{ | |
"id": 2, | |
"action_user_id": 4, | |
"mentor_id": 1, | |
"mentee_id": 4, | |
"creation_date": 1578158880.523261, | |
"accept_date": null, | |
"start_date": null, | |
"end_date": 1589335603.0, | |
"state": 1, | |
"notes": "Example note." | |
} | |
], | |
"accepted_relations_received_as_mentor": [], | |
"rejected_relations_received_as_mentor": [], | |
"cancelled_relations_received_as_mentor": [], | |
"completed_relations_received_as_mentor": [], | |
"pending_relations_sent_as_mentor": [], | |
"accepted_relations_sent_as_mentor": [], | |
"rejected_relations_sent_as_mentor": [], | |
"cancelled_relations_sent_as_mentor": [], | |
"completed_relations_sent_as_mentor": [], | |
"tasks_undone": [], | |
"tasks_done": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment