Replies: 1 comment
-
|
To give some more context to this, the 1.0.0 release is going to focus on the problem of deployment and set-up. While it won't be perfect, the goal is to make getting set up to run Auto Transform locally, or setting up a repo to use it, easier. I want clear, self-guided paths that people can follow for this. The 1.1.0 release will be more focused on features. Along the way, I expect to release patches that include some of the updates i.e. 0.2.1, 0.2.2, etc... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The basics of AutoTransform have been made available through version 0.2.0 for anyone looking to handle migrations and maintenance using the platform. It's time now to start building on the functionality of the platform to better serve potential needs. Here's an initial layout of what the next ~6 months will look like for Auto Transform development, along with some ideas for potential feature development for the future. That said, if you use Auto Transform, or want to use Auto Transform, and have ideas or needs not currently covered, please post here or create an issue. Platforms work best when developed in close collaboration with their users.
All timelines are estimates and should not be construed as guaranties. Feature development and timelines are always subject to change, with features potentially dropped or added as priorities change. This is only intended to represent current plans/priorities
Goal
AutoTransform is a platform for automatic code modification, migration, and maintenance. It uses a component-based Schema model for structuring code changes, enabling these code changes to be deployed automatically to a codebase. With this Schema, AutoTransform will be capable of setting up recurring updates to a codebase, slow-rolling a migration, commenting/suggesting outstanding changes from human authors, automatically fixing human-created changes, and more. Once a programmatic change schema is created, it can be leveraged however is needed to ease codebase migrations and improve health while providing a clear path to sharing and co-developing solutions across many organizations.
July 31, 2022 - AutoTransform v 1.0.0
October 31, 2022 - AutoTransform v 1.1.0
Future
A list of future ideas for AutoTransform to implement
Beta Was this translation helpful? Give feedback.
All reactions