Ninad Jangle

Logo

Electronics Engineering student at V.J.T.I, Silicon enthusiast, Proficient in Circuit Design, RISC-V, Web Development and Automation.
Gsoc 21’ @FOSSi Foundation | 2nd Prize @7th Delta Advanced Automation Cup | Electronics Head @SRA VJTI

View My LinkedIn Profile
View My CV
View My GitHub Profile



View the Project on GitHub ninja3011/Ninad-Jangle

/ Home / Tracker / About / TL-Verilog / Blogs /


Week 7


< Prev / Next >
  1. 15/07/2021:
    • Added signal Categories
    • Fixed display
    • Made 2 examples: Validity and fibonacci
    • fixed upload button
    • Added button styling
    • Bifurcated the files
  2. 16/07/2021:
    • I have begun commenting on the code alongside experimenting with the features, the code is there for Adam to sift through as he finds time.
  3. 17/07/2021:
    • Tried implementing a mutator on a dummy block. It is giving me some undefined errors. My placement of code is imperfect. So the registry isn’t working. Most examples I saw used Javascript definitions. I have been trying block with json definition. Will try the other one tomorrow.
    • Couldn’t get to the commenting today cause got caught up in trying to get the mutator to work. Will get to it next and complete it first then get back to mutator and try again.
  4. 18/07/2021:
    • I have begun commenting the code alongside experimenting with the features, the code is there for you to sift through as you find time.
  5. 19/07/2021:
    • Tried implementing the npm package to add a dropdown to select variable type so I could make pipeline and other scopes into variables. But it didn’t on the site.
    • My inclusion of code must be in wrong location or passing the wrong parameters. Will try it again tomorrow. Just gave it a surface test rn. Will try to read into its code and see how the functions are implemented tomorrow. That should give me a clue.
  6. 20/07/2021:
    • Put CSS in JS instead of seperate CSS files
    • 40% through merging the generator and the blocks folder files
    • Switched out functional components for class based components
  7. 21/07/2021:
    • Returned formed divs instead of React.createElements from index.js of BlocklyComponent
    • Used object destructuring to get props and manipulate those elements instead of the props directly