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

Nialexsan/update scaffolds #1827

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

nialexsan
Copy link
Contributor

Closes #1795

Description

updated scaffolds/starters


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.47%. Comparing base (659c356) to head (1957544).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1827   +/-   ##
=======================================
  Coverage   28.47%   28.47%           
=======================================
  Files          95       95           
  Lines        6490     6490           
=======================================
  Hits         1848     1848           
  Misses       4462     4462           
  Partials      180      180           
Flag Coverage Δ
unittests 28.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@@ -13,9 +13,17 @@
"commit": "8065287e55bc298d776665bef98a577ceb4a226c"
},
{
"name": "Cadence NFT Project",
"repo": "https://github.com/nvdtf/flow-nft-scaffold.git",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this project was not published, but now it is
it seems Navid took it down and restored later

"description": "Scaffold contains the ExampleNFT sample NFT contract.",
"commit": "ef9437c05549e3f581cf619dec9d59d8c7f6e3ec"
"name": "FCL React Dapp Starter",
"repo": "https://github.com/nialexsan/fcl-nextjs-quickstart.git",
Copy link
Member

@chasefleming chasefleming Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have a Next scaffold. This is also very opinionated as the other is stripped down. e.g. CSS framework included.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this project was mentioned in the flow overview document:
https://developers.flow.com/ecosystem/overview

@chasefleming
Copy link
Member

Who is asking for this? We've removed a lot of scaffolds because they quickly get out of date and are hard to maintain. The goal was to move more towards reducing the scaffolds entirely. This puts us in the other direction.

@nialexsan
Copy link
Contributor Author

the initial take on this was to replace scaffolds with starters, which seems to be the same thing with a different name

Copy link
Member

@chasefleming chasefleming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re other discussions offline, I think we should close this PR

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

Successfully merging this pull request may close these issues.

Remove Scaffold (Replace with Starters)
4 participants