-
Notifications
You must be signed in to change notification settings - Fork 0
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
Documentation #17
base: master
Are you sure you want to change the base?
Documentation #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit history is very confusing, can you please remake this PR but start from the current master branch. It looks like you have had an old documentation branch and then merged master into it or something. This PR should only need 1 commit.
Squashed and rebased
Maybe since that's what happened 🙃 Rebased and Squashed, was fun to learn how-to. |
README.md
Outdated
@@ -29,3 +29,17 @@ Required environment variables: | |||
HODIS_HOST=https://hodis.datasektionen.se | |||
LOGIN_HOST=https://login2.datasektionen.se | |||
``` | |||
|
|||
## Dependencies | |||
Depends on login, hodis is refered to but not integral. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on login, hodis is refered to but not integral. | |
Depends on login, hodis is referred to but not integral. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hodis is very integral. That is where zfinger fetches all information about users. Without hodis, zfinger would be pointless.
EDIT: @DokID I will forever write referer, this is HTTP's fault.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattiasgrenfeldt Well... technically, zfinger works fine. Doesn't display anything, but it doesn't crash, the app itself works fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't agree. The point of zfinger is to look up people, that's the core functionality. Without hodis that functionality is impossible. So hodis is very much integral to zfinger.
README.md
Outdated
@@ -29,3 +29,17 @@ Required environment variables: | |||
HODIS_HOST=https://hodis.datasektionen.se | |||
LOGIN_HOST=https://login2.datasektionen.se | |||
``` | |||
|
|||
## Dependencies | |||
Depends on login, hodis is refered to but not integral. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hodis is very integral. That is where zfinger fetches all information about users. Without hodis, zfinger would be pointless.
EDIT: @DokID I will forever write referer, this is HTTP's fault.
Including: refered -> referred Less verbose PLs permissions Clearer Dev-setup Rewritten Production setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the extremely late review. You can press "Re-request review" in the reviewers tab next to my name.
It looks good except for the hodis part :)
Update documentation before needing to change it again in follow-up to #13 (#16), as it will need a separate development set-up.
Most of #11