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

Add Aragon One's recommended development flow #30

Open
sohkai opened this issue Aug 27, 2018 · 1 comment
Open

Add Aragon One's recommended development flow #30

sohkai opened this issue Aug 27, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sohkai
Copy link
Contributor

sohkai commented Aug 27, 2018

It'd help new developers getting started to have a recommended workflow for their own apps.

At Aragon One, we typically develop apps following this flow:

  1. Define requirements for the app:
    • Contract: storage, getters, and events
    • Frontend: mock ups
  2. Build contract
  3. Build frontend
    1. Build self-contained UI components
    2. Unify components into an implementation of the design that uses mock data (usually just a JSON file)
    3. Connect UI to real chain data
    4. Allowing users to "write" data by creating transactions
@sohkai sohkai added the enhancement New feature or request label Aug 27, 2018
@cjyabraham
Copy link
Contributor

cjyabraham commented Oct 23, 2018

I have included this suggestion in the plan for our new tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants