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

Migrate TodoMVC Vanilla JS Elm Architecture Example to Here! #5

Closed
19 tasks done
nelsonic opened this issue Sep 27, 2018 · 4 comments
Closed
19 tasks done

Migrate TodoMVC Vanilla JS Elm Architecture Example to Here! #5

nelsonic opened this issue Sep 27, 2018 · 4 comments
Labels
awaiting-review enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed T1d

Comments

@nelsonic
Copy link
Member

nelsonic commented Sep 27, 2018

Todo:

see reasoning in: #1

@nelsonic nelsonic added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2018
@nelsonic nelsonic added this to To do in Nelson's List Sep 27, 2018
@nelsonic nelsonic moved this from To do to In progress in Nelson's List Oct 30, 2018
@nelsonic nelsonic self-assigned this Oct 31, 2018
@nelsonic
Copy link
Member Author

nelsonic commented Nov 1, 2018

Following this Git Merge strategy: https://stackoverflow.com/a/10548919/1148249
template:

cd path/to/project-b
git remote add project-a path/to/project-a
git fetch project-a
git merge --allow-unrelated-histories project-a/master # or whichever branch you want to merge
git remote remove project-a

actual:

cd /code/todomvc-vanilla-javascript-elm-architecture-example
git remote add project-a [email protected]:dwyl/learn-elm-architecture-in-javascript.git
git fetch project-a
git merge --allow-unrelated-histories project-a/master
git remote remove project-a

A few merge conflicts:
image

Fixing ...

@nelsonic
Copy link
Member Author

nelsonic commented Nov 1, 2018

@nelsonic
Copy link
Member Author

nelsonic commented Nov 2, 2018

Shared the link to the Repo on Founders & Coders main Gitter Channel:
image

Read by lots of people.
image

One person from F&C showed enough of an interest to "Star" the repo: Yvonne ❤️
image
Nobody bothered to reply with a comment. Everyone's too busy.

If it was a tutorial on how to build a React App in 27 seconds and automatically get a job at Facebook,
it would have received instant acknowledgement ...
But the fundamental skills of building an App from Scratch following TDD & without a framework ...? #crickets 😞

I need to fix this. 🤔

nelsonic added a commit that referenced this issue Dec 1, 2018
…le" to a more generic "todo-list-javascript-tutorial" to broaden appeal and inform people that this is in fact a tutorial! #5
@nelsonic
Copy link
Member Author

Migrated. closing. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed T1d
Projects
Nelson's List
  
Done
Development

No branches or pull requests

1 participant