Abhinav

Results 8 comments of Abhinav

This feature is awesome! Would love to get it merged but look like the project is abandoned! @proAlexandr I have couple of more ideas in mind but no clue about...

You can extend the ExtendedSimpleRouter and override the `get_dynamic_routes()` that changes the `is_for_list = getattr(attr, 'is_for_list', False)` to `is_for_list = not getattr(attr, 'detail', True)` for `@list_route` to work properly

Also there will be a flag like while proceeding the before_save() I found some invalid data or something and this document shouldn't be saved.

I think it's taken care by garbage collection task.

Ah, I see your use case! But it would be tricky to do it for them as they didn't use foreign key to optimize performance. Your best bet is to...

I just checked the code and it seems GC doesn't clean-up for deleted tenant but rather cleans-up based on last transaction id (like deleting records having expired tx id less...

@ucatbas sure thing! I wanted some early feedback before adding tests. I see many other endpoints is proxy to engine's functions so not sure if I should move the implementation...