tensorflow / tensorflow/graphics
Move "/tensorflow_graphics/projects" to "/projects"
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
Currently "projects" are stored under the TFG namespace.
On the other hand "submodules" are not, creating an inconsistency.
This has two main effects:
- long python import statement
import tensorflow_graphics.projects.project.foo.bar - the pip dependencies of projects need to become tensorflow_graphics dependencies (overkill?)
Recommended actions:
- We should move the projects subfolder to the root
- We need to make sure subprojects are properly tested (1x github action/project?)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the /tensorflow_graphics/projects and /projects package locations, then trace the existing Python imports and pip dependency handling for projects and submodules. Review the GitHub Actions setup to determine how each subproject is tested. Done means projects use the root-level path, dependencies remain correctly scoped, and subprojects have appropriate automated coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, ci-cd
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100