Ester Beltrami

Results 20 issues of Ester Beltrami

Refactoring/improve the commands using [Cleo](https://cleo.readthedocs.io/en/latest/index.html) like poetry does [see commands](https://github.com/python-poetry/poetry/tree/master/poetry/console/commands). I think Cleo is a nice tool to write command line commands like poetry, and it enables to write tests!...

This is a little improvement that comes in my mind... It should be nice to have an option to increase verbosity and logging...

We start to use [s3pypi](https://github.com/novemberfiveco/s3pypi) to upload a new version on our private s3 bucket. For now, I wrote a little poetry script to run the command to push the...

Hi, this is a very nice tool! I'm trying to use this in some docs of my organizations but we have some private repo where we will need to pass...

Poetry 1.2 has introduced custom groups for dependencies sections, I updated the if about sections to use a RegEx. I tested locally and seems working :) Wasn't able to run...

## Why https://www.notion.so/pythonit/Grants-3-0-359642da7c094f3d9445fe0e05b7937c ## How to test it

We don't validate the fields: website twitterHandle githubHandle linkedinUrl mastodonHandle So people can add whatever they want, they always confused between handle and URL... This is causing issue in the...

grants

Implement an audit log for all significant actions related to grants. This will allow us to track changes in grant status and actions like sending emails or generating vouchers. The...

grants

The Grant model contains a few Boolean fields that indicate various needs of the applicants. These fields are: ```python needs_funds_for_travel = models.BooleanField(_("Needs funds for travel")) need_visa = models.BooleanField(_("Need visa/invitation letter?"),...

grants