Origen-SDK / o2

MIT License
4 stars 0 forks source link

Doc System Updates Post-PR #115

Open coreyeng opened 3 years ago

coreyeng commented 3 years ago

Hello,

This issue contains some of the leftover items from PR #..., which should be fixed, but isn't critical. Feel free to pile on more items here as needed.

Thanks!

Actually, one discussion we can start would be how we want to handle Git. I know we have a Git driver in Rust, but it doesn't look like its available on the Python side. Python has its own Git wrappers. Which direction should be go here? Try to to expose the backend's Git driver in the frontend? Or just use a Python wrapper in the frontend? We probably can stop user apps from using a Python wrapper anyway, so wondering if we should just embrace that in the frontend. Whatever we decide, I can integrate it in the release command.