Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement in projects folder structure and the folder access strings. #39

Open
2 tasks done
Rajkumarbhakta opened this issue May 11, 2024 · 6 comments
Open
2 tasks done
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers gssoc Girl Script Summer of Code level1 Easy to solve issues for GSSoC'24

Comments

@Rajkumarbhakta
Copy link
Contributor

Rajkumarbhakta commented May 11, 2024

  • 1 . It would be better if there is different folder assets for different section like birds and body already available in the project.

  • 2. It would be better if we access the assets path by using a constant rather than typing it manually every time it will leads to the typo errors.

Screenshot (28)

@Rajkumarbhakta Rajkumarbhakta added the enhancement New feature or request label May 11, 2024
@sapatevaibhav
Copy link
Member

If you can do this with the help of git rm command you are welcome to do so...

@sapatevaibhav sapatevaibhav added good first issue Good for newcomers gssoc Girl Script Summer of Code level1 Easy to solve issues for GSSoC'24 labels May 11, 2024
@Rajkumarbhakta
Copy link
Contributor Author

Sure.

@kamalexe
Copy link

Great approach to improve project structure! I'd love to contribute. Please assign me to this task. Also, is this the right way to organize the assets folder?
|-- assets/
|-- birds/
|-- bird1.png
|-- bird2.png
|-- body/
|-- body1.png
|-- body2.png

class AssetPaths {
static const String birds = 'assets/birds/';
static const String body = 'assets/body/';
}

@khush1yaaar
Copy link

Hey, Khushi Soni this side, I'm a GSSoC contributor and would love to handle this issue

@sapatevaibhav
Copy link
Member

@Rajkumarbhakta update

@Rajkumarbhakta
Copy link
Contributor Author

I am working in it probably today I will give a pr

K123Ritesh added a commit that referenced this issue May 20, 2024
Enhancement in projects folder structure and the folder access strings. #39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gssoc Girl Script Summer of Code level1 Easy to solve issues for GSSoC'24
Projects
None yet
Development

No branches or pull requests

4 participants