djangoevents icon indicating copy to clipboard operation
djangoevents copied to clipboard

Results 6 djangoevents issues
Sort by recently updated
recently updated
newest added

When creating modules, I want to manage one avro folder per module, but the configuration does not allow this.

Currently we have hardcoded `event_journal` name for the table (https://github.com/ApplauseOSS/djangoevents/blob/devel/djangoevents/models.py#L19). As not default value might be surprising for library users. Let's use default name (`djangoevents_event`) but allow to configure this....

enhancement

should be: https://github.com/johnbywater/eventsourcing/blob/26c2b41a5c5bc1c754cdc809bb40e1dce175d144/eventsourcing/infrastructure/stored_event_repos/with_sqlalchemy.py#L137 right now: https://github.com/ApplauseOSS/djangoevents/blob/devel/djangoevents/repository.py#L76 the reason behind is if multiple events get persist to the database, the order of inserts may not be the order of event creation.

Consider changing the naming of one of `app.py` and `apps.py` because right now it's confusing what they do and why we need both.