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

Home Page + Profile Page #23

Merged
merged 15 commits into from
Oct 18, 2023
Merged

Home Page + Profile Page #23

merged 15 commits into from
Oct 18, 2023

Conversation

wcygan
Copy link
Owner

@wcygan wcygan commented Oct 9, 2023

GetHomePage

{
    "tweets": [
        {
            "tweet_id": "34e0a951-0469-478d-bb85-ad38ae14175f",
            "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
            "first_name": "radi",
            "last_name": "radi",
            "message": "i love you!",
            "created_at": {
                "seconds": "1696836754",
                "nanos": 0
            },
            "parent_tweet_id": ""
        },
        {
            "tweet_id": "3195999f-f77f-43cb-9d7a-adc3e9f6190e",
            "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
            "first_name": "radi",
            "last_name": "radi",
            "message": "bot!",
            "created_at": {
                "seconds": "1696836757",
                "nanos": 0
            },
            "parent_tweet_id": ""
        }
    ],
    "profiles": [
        {
            "user_id": "8d4ea838-ebc4-47a8-a9d7-dffbac82aa65",
            "first_name": "wcygan",
            "last_name": "wcygan",
            "biography": "",
            "joined_at": {
                "seconds": "1696836715",
                "nanos": 0
            }
        },
        {
            "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
            "first_name": "radi",
            "last_name": "radi",
            "biography": "",
            "joined_at": {
                "seconds": "1696836732",
                "nanos": 0
            }
        }
    ]
}

GetProfilePage

{
    "tweets": [
        {
            "tweet_id": "34e0a951-0469-478d-bb85-ad38ae14175f",
            "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
            "first_name": "radi",
            "last_name": "radi",
            "message": "i love you!",
            "created_at": {
                "seconds": "1696836754",
                "nanos": 0
            },
            "parent_tweet_id": ""
        },
        {
            "tweet_id": "3195999f-f77f-43cb-9d7a-adc3e9f6190e",
            "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
            "first_name": "radi",
            "last_name": "radi",
            "message": "bot!",
            "created_at": {
                "seconds": "1696836757",
                "nanos": 0
            },
            "parent_tweet_id": ""
        }
    ],
    "user_id": "a0e9e9dd-ffd8-4631-b978-1b74b48d8448",
    "first_name": "radi",
    "last_name": "radi",
    "biography": "",
    "joined_at": {
        "seconds": "1696836732",
        "nanos": 0
    }
}

@wcygan wcygan marked this pull request as ready for review October 18, 2023 14:29
@wcygan wcygan requested a review from tzdanows as a code owner October 18, 2023 14:29
@wcygan wcygan merged commit 349d1db into main Oct 18, 2023
12 checks passed
@wcygan wcygan deleted the wcygan/data-modeling-1 branch October 18, 2023 14:29
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.

1 participant