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

Allow adding of cards for users #66

Closed
wants to merge 32 commits into from
Closed

Allow adding of cards for users #66

wants to merge 32 commits into from

Conversation

tynsh
Copy link
Contributor

@tynsh tynsh commented Aug 23, 2019

please review this, when you find the time 😄

@tynsh tynsh requested a review from koebi August 23, 2019 18:00
Copy link
Contributor

@koebi koebi left a comment

Choose a reason for hiding this comment

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

Ich würde sowohl die edit-card-logik als auch die neuere version von material design gerne in 'nem anderen PR machen…
Ich glaube, auch die tests gehören in 'nen anderen PR - aus meiner sicht sollten die Commits auf master (squashed) recht atomar bleiben, sprich du hast 'nen "add functionality" und 'nen "add test for…"-commit

http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
http.go Show resolved Hide resolved
http.go Show resolved Hide resolved
templates/layout.html Outdated Show resolved Hide resolved
<td class="mdl-data-table__cell--non-numeric">{{ printf "%x" .ID }}</td>
<td class="mdl-data-table__cell--non-numeric">{{ .Description }}</td>
<td class="mdl-data-table__cell--non-numeric"><a href="edit_card.html?uid={{ printf "%x" .ID }}">edit</a></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

können wir "edit card" in 'nen separaten PR auslagern? Das ist 'ne ganz andere Art von Funktionalität :))

@tynsh
Copy link
Contributor Author

tynsh commented Nov 16, 2019

Okay… I broke git somehow. I'll fix this and separate the features into different PRs later :)

@tynsh tynsh closed this Feb 27, 2020
This was referenced Feb 27, 2020
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.

2 participants