Alexander Herrmann

Results 42 comments of Alexander Herrmann

With the fixes of @konsultaner it works while in development mode. Once the production version of angular is built and served I get some errors (the building process itself has...

I'd suggest just to additonally add a deletion link. Otherwise one might delete a subscription by mistake.

This affects [ProductTest.test_get_image_urls](https://github.com/ponyriders/django-amazon-price-monitor/blob/master/tests/test_product.py#L24).

Timezone could be detected automatically with e.g. https://github.com/Miserlou/django-easy-timezones or could be set in a user profile.

We could improve the whole workflow by only saving changed prices to database instead of every price on each API queue. This would clean the database enormously. Don't forget a...

If only the changed prices are saved, the changes of 55d8a07c85b5d6c12bd59fe8dd58193e8f779b30 can be reverted.

Hi @Swiftnesses , thanks for the proposal! You're right, that be would be awesome and it should not require a lot of restructuring in the codebase. We'll have a look...

Hi @Swiftnesses, thanks for reminding on this. Lately we haven't done anything for the price monitor. But I'll ramp up my development environment and implement it.

Hi @Lowell130 , thanks for checking out our project. First, it isn't a single python script but a collection of services mainly hold together by Django. Please read our [readme](https://github.com/ponyriders/django-amazon-price-monitor/blob/master/README.rst),...

You basically don't need the AdminSite. In the frontend you can add a product by filling in the ASIN of it. The price monitor does not search for products, the...