Skip to content

Conversation

@dipamsen
Copy link
Member

@dipamsen dipamsen commented Oct 8, 2025

Description

  • Manually parsing env instead of using clap

  • import-papers (rust script): Added a CLI argument to specify the filename for the archive. Also has a help command (via clap)

  • import_papers.sh (bash script): Deleted the copied archive file from the container after processing

  • Frontend: Added 'Contribute on GitHub' to footer

  • import-papers: Slack notification now shows total unapproved papers as well.

  • I have updated the relevant documentation

- add manual env parsing
- import-papers: add cli arg for archive
- import_papers.sh: delete copied archive file from container
- frontend: add 'Contribute on GitHub' to footer
@vercel
Copy link

vercel bot commented Oct 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
iqps Ready Ready Preview Comment Oct 20, 2025 6:44pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@dipamsen dipamsen marked this pull request as ready for review October 8, 2025 17:18
impl EnvVars {
impl EnvVars {
/// Parses the environment variables into the struct
pub fn parse() -> Result<Self, Box<dyn std::error::Error>> {
Copy link
Member

Choose a reason for hiding this comment

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

Can this be tested? Shouldn't be too hard ig?

Copy link
Member Author

Choose a reason for hiding this comment

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

how to write tests 🙄

Copy link
Member

Choose a reason for hiding this comment

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

Either by following this or by creating an issue and making it a future human's problem.

Copy link
Member

@harshkhandeparkar harshkhandeparkar left a comment

Choose a reason for hiding this comment

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

Merge or make any changes if you wish.

@dipamsen dipamsen merged commit a373b77 into main Oct 21, 2025
3 checks passed
@dipamsen dipamsen deleted the import-script branch October 21, 2025 07:58
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.

3 participants