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

Create Folder Tree for BOS Components #27

Open
codingshot opened this issue Aug 21, 2023 · 0 comments
Open

Create Folder Tree for BOS Components #27

codingshot opened this issue Aug 21, 2023 · 0 comments
Assignees

Comments

@codingshot
Copy link
Member

codingshot commented Aug 21, 2023

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

  • folder setup on bos workspace
  • dependent on sitemap

Limitations

  • too granular at this point

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

Image

@codingshot codingshot converted this from a draft issue Aug 21, 2023
@codingshot codingshot self-assigned this Aug 21, 2023
@codingshot codingshot moved this from In Progress to Needs Review in OLD/DEPRECATED PotLock Engineering Sep 19, 2023
@codingshot codingshot moved this from Needs Review to Done in OLD/DEPRECATED PotLock Engineering Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant