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

Many changes #1579

Merged
merged 16 commits into from
Aug 18, 2023
Merged

Many changes #1579

merged 16 commits into from
Aug 18, 2023

Conversation

alanzhu0
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

coverage: 80.367% (-0.6%) from 80.978% when pulling 0cd8ea8 on alanzhu0:2023-08-16 into 836dc1c on tjcsl:dev.

return (now < (activity_date - presign_period), activity_date - presign_period)

def __str__(self):
return "{} - {}".format(self.title, self.time)
Copy link
Member

Choose a reason for hiding this comment

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

f-string instead of .format?


if not enrichments:
has_enrichments = False

Copy link
Member

Choose a reason for hiding this comment

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

has_enrichments = bool(enrichments)?


classic = False # show classic view
if "classic" in request.GET:
classic = True
Copy link
Member

Choose a reason for hiding this comment

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

classic = "classic" in request.GET

@NotFish232
Copy link
Member

Other than those small changes LGTM!

@alanzhu0 alanzhu0 merged commit cb7422f into tjcsl:dev Aug 18, 2023
4 checks passed
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

3 participants