Skip to content

Conversation

@momijizukamori
Copy link
Contributor

CODE TOUR: summarize here.

my @entry_tags = $self->tags();
$entry->{tags} = ( \@entry_tags );
$entry->{icon} = $self->userpic_kw || '';
$entry->{entry_id} = delete $self->{ditemid};
Copy link
Member

Choose a reason for hiding this comment

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

why is this deleting the ditemid from $self?

# Authors:
# Allen Petersen <allen@suberic.net>
#
# Copyright (c) 2016 by Dreamwidth Studios, LLC.
Copy link
Member

Choose a reason for hiding this comment

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

is this actually a 2016 file by Allen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hilariously for once it actually is - he wrote the base code for the entry fetch and JSON transform of entry objects.

@zorkian
Copy link
Member

zorkian commented Dec 3, 2024

Do you want me to do anything on this one right now?

@momijizukamori
Copy link
Contributor Author

Hmmm I see you left a comment I haven't dealt with, I will look at that. I think I wanted a look-over on the API endpoints for reasonableness, and then more importantly - if we implement this I think we need to be sure we have some sort of rate limit functionality in place in the stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants