Komplettes Profil zurückgeben #19
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kompetenzinventar/ki-backend#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-return-entire-profile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #11
@ -0,0 +1,3 @@
[style]
based_on_style = pep8
allow_split_before_dict_value = 0
Das hat mich verrückt gemacht. Ich würde das ausschalten wollen.
@ -24,3 +24,3 @@
pipenv shell
flask db upgrade
flask seed
flask seed --dev
Die Idee:
--dev
legt mehr an, wie zum Beispiel den Peter.Damit man beim Entwickeln direkt loslegen kann.
@ -89,3 +75,3 @@
self.assertEqual(
self.assertDictEqual(
response.json, {
"profile": {
@scammo das ist ein Beispiel für eine vollständige Profil-Response, wie sie dann über die API rausgeht.
LGTM