DEV Community

P-DR0ZD
P-DR0ZD

Posted on • Updated on

Road Blocks on top of Road Blocks

Continuing from my previous Post I'm still working on the DSP 909 major Project which is a big contribution to any open source Project.

What am I working on

I'm working on this issue from the cuttle repository. It is essentially making an account settings page. Their isn't much design put into it from any one else so I need to make a design on my own.

What have I been doing

Before starting my major contribution I wanted to learn more about cuttle and how it is built. I needed to learn about it's front end vue.js and the back end which is Sail.js.

The other Part of it though is adding to the backed which is where most of my difficulty lies in. I need to learn more about the architecture of the back end to properly create a way of saving emails to user names.

What Does my contribution mean

After talking to other members of the cuttle development team. I can see that my issue allows them to create extra things like email notifications, account recovery, etc.

My Goals

from last time my goals were

  1. I want to Learn how to Create A Vue.js Page

  2. I want to Learn how to Style A Vue.js Page

  3. I want to Practice writing more tests

Goal 1

I want to Learn how to Create A Vue.js Page

I have partially completed this my PR isn't done yet but I have it in a working state where I'm almost ready to make a Pull request\

Goal 2

I want to Learn how to Style A Vue.js Page

This task is almost complete as well. interesting note though I'm using scss which is interesting because my first PR in hacktober fest was about using it to style a project.

Goal 3

I want to Practice writing more tests

I think I want to change this goal to

I want to Learn how to work with Sail.js

This is turning out to be one of my more difficult tasks and I hope that I can complete it by the end of the week. But I think this is a goal that I can work on.

Top comments (0)