joe-the-ark / ark

Creating drama-free collaboration through psychologically safe circles. Arks is a free, online group journey for 3 to 15 people. Key questions for working in psychologically safe circles include: Who is a satellite? Who is in multiple safe circles and acts as an integrator? How centrally connected is the leader? Developed by Dr. Joe Maier
https://info.arks.ch/
GNU General Public License v3.0
5 stars 0 forks source link

Improving Gameflow > Rename the hmtl-frontend-file-names #59

Closed joe-the-ark closed 4 years ago

joe-the-ark commented 4 years ago

Hi @linker03 & @LehaoLin – this is an issue that might cause some problems.

I would like to rename the html-files of the project. Because they show on top of the page (screenshot). Some of them have spelling errors. Overall these names are not very logical & I find it hard to make sense of them.

Could I send you a list with the old and my proposal for the new file names – ideally there is a search and replace option across the entire repository (front- and backend). Because I understand that the html-file names are the basis for the organisation of the gameflow & changing only some of them might cause huge problems? Maybe there is a more elegant way to solve this? Filename

linker03 commented 4 years ago

I'm using ripgrep in the linux console to search in entire project. That task demand list of old name - new name. And takes lot of time for testing. By the way if you want another name in the tab's title it require change only one string in code. But if you want different URL it takes a lot of time.

LehaoLin commented 4 years ago

@joe-the-ark Please give me a correct name list. Like oldname - newname. For example, aple - apple. So that I can change them all.

joe-the-ark commented 4 years ago

Screenshot_20201015-075206_Dropbox

joe-the-ark commented 4 years ago

Initiate-GAME Onboard-PLAYER First-Mission-INFO Energy-Source-VOTE-1 Team-Potential-VOTE-2 Energy-Drainer-VOTE-3 Waiting-Room-SQUAD Safety-Score-VOTE-4 Team-Tensions-VOTE-5 Team-Potential-RESULT Safety-Score-RESULT Team-Tensions-RESULT Second-Mission-INFO Social-Sensitivity-FEEDBACK Development-FEEDBACK Ark-INSIGHTS Farewell-INFO Team-HEATMAP

joe-the-ark commented 4 years ago

Excel with both old / new names on google-drive https://drive.google.com/file/d/1TZeE-dtXU9-NspOWKjmwPVu-siQvJ7O1/view?usp=drivesdk

LehaoLin commented 4 years ago

We can keep the html file name and just change the url name in the web. Because if we change the filename, it may occur some chaos of project management. User won't know what the exact html file name is.

joe-the-ark commented 4 years ago

Okay

joe-the-ark commented 4 years ago

@LehaoLin I can do it if you show me in a screenshot where in the html-code or how to change it. Sounds simple enough, than you could focus on more important tasks.

LehaoLin commented 4 years ago

@joe-the-ark Now url is changed. Can you help me change the title in <title></title> in every frontend html files?

joe-the-ark commented 4 years ago

Sure. I'll do it!

LehaoLin commented 4 years ago

image image

If you change the <title>Auth</title> to <title>Initiate</title>. The tab title name will change from "Auth" to "Initiate".

LehaoLin commented 4 years ago

image After change the web would be like this.

joe-the-ark commented 4 years ago

Got it. I'm on the job. Thank you for showing me @LehaoLin !

joe-the-ark commented 4 years ago

Done.

linker03 commented 4 years ago

URLs in index.html are old.

LehaoLin commented 4 years ago

@linker03 I do the automatically redirection. Try it, you will enter the new url.

joe-the-ark commented 4 years ago

Perfect. Thank you!