teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Not enough data in MigrationJob to present correctly to user #106

Open teleclimber opened 1 year ago

teleclimber commented 1 year ago

The MigrationJob type doesn't carry enough information to know how this should be presented to user.

There are three main migration types:

Each should be presented using wording that makes sense to the user. But the only data I get in Job is to_version which is not enough. Maybe by loading to version and the appspace I can deduce, but might be easier to add metadata to migration job. If so would require a change to the DB schema.