Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Bugs in the output hc-scaffold.yml #8

Open
zo-el opened this issue Jul 10, 2017 · 1 comment
Open

Bugs in the output hc-scaffold.yml #8

zo-el opened this issue Jul 10, 2017 · 1 comment

Comments

@zo-el
Copy link
Member

zo-el commented Jul 10, 2017

Note: this issue was just to document the difficulties i faced during using the hc-scaffold tool "scaffoldVersion": "0.0.1",
"generator": "hc-scaffold:0.0.2+d8b4ed4",

## Issues

  1. The yml file doesnt work as a dna.
    solution : convert the file to json

  2. in the zome functions the definition is incorrect for the new created methods. For the methods that are created by the scaffolding tool is correct (CRUD). But the functions that the user creates, has a small bug. their is an extra comma as you can see below after "public"

  {
          "Name": "add_Users_Details", # The name of this function.
          "CallingType": "string", # Data format for parameters passed to this function.
          "Exposure": "public", # Level to which is this function exposed.
        },

its a small mistake.

@zo-el
Copy link
Member Author

zo-el commented Jul 10, 2017

Bug:
3. The NucleusType (err) should be changed to RibosomeType

@zippy zippy added ready and removed ready labels Jul 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants