We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ascii-tree-generator.com/
A BOS Developer needs clear heiracrchy to udnerstand how to structure BOS components.
As a developer, I want to have a clear folder heigharchy, so that I can easily setup my BOS workspace and understand how components will be mapped
Extension of sitemap but more composable components
bos-app/ ├─ type/ ├─ widget/ │ ├─ attestation/ │ │ ├─ index.jsx │ ├─ chefDasboard/ │ │ ├─ createRound/ │ │ │ ├─ index.jsx │ │ ├─ managePot/ │ │ │ ├─ approvedApplicants.jsx │ │ │ ├─ applicants.jsx │ │ │ ├─ rejectedApplicants.jsx │ │ ├─ index.jsx │ ├─ donor/ │ │ ├─ index.jsx │ ├─ explore/ │ │ ├─ featuredProjects.jsx │ │ ├─ explorePots.jsx │ │ ├─ index.jsx │ ├─ home/ │ │ ├─ index.jsx │ ├─ navbar/ │ │ ├─ index.jsx │ ├─ pot/ │ │ ├─ index.jsx │ │ ├─ projectPotProfile.jsx │ ├─ pots/ │ │ ├─ featuredPots.jsx │ │ ├─ index.jsx │ │ ├─ activePots.jsx │ │ ├─ searchPots.jsx │ ├─ project/ │ │ ├─ index.jsx │ ├─ search/ │ │ ├─ index.jsx │ ├─ transaction/ │ │ ├─ index.jsx │ ├─ landing/ │ │ ├─ index.jsx │ │ ├─ hero.jsx │ │ ├─ buitWith.jsx │ │ ├─ stats.jsx │ ├─ footer/ │ │ ├─ index.jsx │ ├─ index.jsonc ├─ bos.config.json ├─ README.md
The text was updated successfully, but these errors were encountered:
codingshot
No branches or pull requests
https://ascii-tree-generator.com/
Problem
A BOS Developer needs clear heiracrchy to udnerstand how to structure BOS components.
User Story:
As a developer, I want to have a clear folder heigharchy, so that I can easily setup my BOS workspace and understand how components will be mapped
Description
Extension of sitemap but more composable components
Acceptance Criteria
Limitations
Resources
bos-app/
├─ type/
├─ widget/
│ ├─ attestation/
│ │ ├─ index.jsx
│ ├─ chefDasboard/
│ │ ├─ createRound/
│ │ │ ├─ index.jsx
│ │ ├─ managePot/
│ │ │ ├─ approvedApplicants.jsx
│ │ │ ├─ applicants.jsx
│ │ │ ├─ rejectedApplicants.jsx
│ │ ├─ index.jsx
│ ├─ donor/
│ │ ├─ index.jsx
│ ├─ explore/
│ │ ├─ featuredProjects.jsx
│ │ ├─ explorePots.jsx
│ │ ├─ index.jsx
│ ├─ home/
│ │ ├─ index.jsx
│ ├─ navbar/
│ │ ├─ index.jsx
│ ├─ pot/
│ │ ├─ index.jsx
│ │ ├─ projectPotProfile.jsx
│ ├─ pots/
│ │ ├─ featuredPots.jsx
│ │ ├─ index.jsx
│ │ ├─ activePots.jsx
│ │ ├─ searchPots.jsx
│ ├─ project/
│ │ ├─ index.jsx
│ ├─ search/
│ │ ├─ index.jsx
│ ├─ transaction/
│ │ ├─ index.jsx
│ ├─ landing/
│ │ ├─ index.jsx
│ │ ├─ hero.jsx
│ │ ├─ buitWith.jsx
│ │ ├─ stats.jsx
│ ├─ footer/
│ │ ├─ index.jsx
│ ├─ index.jsonc
├─ bos.config.json
├─ README.md
The text was updated successfully, but these errors were encountered: