hydrocode-de / RUINSapp

https://hydrocode-de.github.io/RUINSapp
MIT License
1 stars 1 forks source link

Remove Topics #78

Closed mmaelicke closed 2 years ago

mmaelicke commented 2 years ago

With the new application layout, there is no need for the concept of topics anymore.

We need to:

To keep the app cleaner, I would do that soon. At the same time, I don't want to lose the topic-select code. My approach: copy the topic-select into a newly created compontents.legacy submodule. Then push this to a new branch called legacy-topic-select and after that remove everything from main branch. If we then never ever need the topic selec again, we can simply remove that branch.

@AlexDo1 or @lucfr you can go for this issue by assigning yourself

AlexDo1 commented 2 years ago

I just created the legacy-topic-select branch and pushed it to Github. I will move on to removing topic-related code from the main branch, but wouldn't it be easier to remove the code directly from the weather-climate-merge branch where you (@mmaelicke ) already don't use a lot of the topic related code anymore?

mmaelicke commented 2 years ago

I just created the legacy-topic-select branch and pushed it to Github. I will move on to removing topic-related code from the main branch, but wouldn't it be easier to remove the code directly from the weather-climate-merge branch where you (@mmaelicke ) already don't use a lot of the topic related code anymore?

sure, I'll remove the topic select file in that banch and add the changes to #77

AlexDo1 commented 2 years ago

Okay, so I will start removing topic related code from the weather-climate-merge branch.

AlexDo1 commented 2 years ago

I think I found all occurrences of topic related code (https://github.com/hydrocode-de/RUINSapp/pull/77/commits/d2ecb2f9dc0a2d84bbc99b9357eb8c4ceadf3f2a). There was'n really much left.