RepoJournal

@anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

241 stories across 61 days in 2024

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

Blog templates and data models for azblog

By RepoJournal , from @anurag629's public GitHub activity

Backfilled

1 person shipped this

Anurag Verma built out the template structure and database models for a blog project, adding filter choices for college, branch, and year.

Across four commits to anurag629/azblog, Verma extended the common HTML template with a starter layout [1], then consolidated header and footer markup into a single shared location [2]. He created all the database models the blog would need [3], and added selection fields for college, branch, and year to allow readers to filter content [4].

One email a day. Unsubscribe in one click.

References

  1. [1] extended comman.html with html startted template anurag629/azblog
  2. [2] header and footer at one palce anurag629/azblog
  3. [3] created all models anurag629/azblog
  4. [4] added choices of collage,branch,year anurag629/azblog

Quick answers

What shipped in anurag629 on December 14, 2021?
Anurag Verma built out the template structure and database models for a blog project, adding filter choices for college, branch, and year. In total, 4 commits landed.
Who contributed to anurag629 on December 14, 2021?
1 developer shipped this update, including anurag629.
What were the notable anurag629 updates?
extended comman.html with html startted template, header and footer at one palce, and created all models.