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

Context model: last_modified for addons #57

Open
Ivshti opened this issue Jun 6, 2019 · 1 comment
Open

Context model: last_modified for addons #57

Ivshti opened this issue Jun 6, 2019 · 1 comment
Labels
good first issue Good for newcomers
Milestone

Comments

@Ivshti
Copy link
Member

Ivshti commented Jun 6, 2019

keep track of when the addons were last modified, so that a delayed result from addonCollectionGet cannot override addons if we've modified it in the meanwhile

@Ivshti Ivshti added this to the v1.1 milestone Jul 27, 2019
@nklhtv
Copy link
Contributor

nklhtv commented Jun 8, 2022

Refactor Profile struct to:

pub struct Profile {
    pub addons: (Vec<Descriptor>, DateTime<Utc>),
}

@nklhtv nklhtv added the good first issue Good for newcomers label Jun 8, 2022
elpiel added a commit that referenced this issue Jun 14, 2024
feat: Continue watching with notifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants