-
Notifications
You must be signed in to change notification settings - Fork 98
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
redirect tiaas to the other website #305
base: master
Are you sure you want to change the base?
Conversation
Doesn't work |
You are cutting off several other URLs |
Probably should work in this way
This'll have to be updated every time we add URLs to tiaas which is really cumbersome. Is there any chance that doing it the other way could work for you @beatrizserrano? Is it a concern of updating the tiaas homepage or so that I could make easier? |
No, my only concern was that we had 2 pages and were not sync, so that was confusing for the users. In which direction the redirect should work, no clue :) |
ahh cool :) Then I'm 100% for redirecting to tiaas, then we can keep that as the "main landing page" and put all of the updates there, and then every other server gets those updates as well which I think would be an improvement. |
Now that TIaaS is available globally, we can make this page a bit more generic for the other servers to reuse. Here's the suggestion:
File 1 will live in |
Yay a path forward! I think File 2 would be best located inside tiaas itself, so everyone can customise their page/requirements there themselves without needing to go through the hub. I don't think it should be a page within individual or unified hubs, I feel it's a bit disconnected from the service and might be hard to locate when an admin wants to make an update? Otherwise I like this plan. |
Yeah, so to avoid the disconnection, having some documentation in the technical repo would be enough I think. The outreach or user-facing side I think it's better to keep all together in the hub. I guess that the question is: who will update the explanation to users, the admin, or the outreach person? |
Could you elaborate what you mean by 'technical repo'? I think surely galaxy outreach won't be responsible for things like "What are the requirements to register for this site's tiaas", right? That's the responsibility of admins + site-specific outreach folks. Therefore, that belongs in their configuration of how they deploy TIaaS, not something that you should need to care for or so? |
I mean that to modify usegalaxy.eu/tiaas (or 'file 2') we would need to modify the page in the tiaas2 repo, is that correct?
Yes, so I see 2 different things here: one relevant for admins (that should be located in tiaas repo) and another one for users (when I need to reply to the same question by email 3 times means that something can be explained better in the page, so I think it's better that this part lives in the hub). |
Jein :) it could be templated! We already template a lot of content in there as part of the tiaas configuration/deployment process. We could just set a variable and pass it to the 'markdownify' filter and have it rendered as part of that page, so local admins would really have control over their tiaas pages without needing to host that somewhere else. (I want and will implement this in any case, because I need it for the TIaaS deployment inside avans which will not be advertised/available outside)
yes that makes sense! |
as requested by Bea