aicers / review-web

A web interface to REview
Apache License 2.0
0 stars 1 forks source link

Remove the data lake's configuration in `NodeSettings` and create `GigantoSettings` #227

Open sehkone opened 1 month ago

sehkone commented 1 month ago

Since the data lake operates independently, we don't need to store its settings on the central server. However, we do need to store a user's draft for all modules.

Given this change, I suggest we remove all fields regarding the data lake in NodeSettings, except for the boolean giganto field indicating whether the data lake is supposed to run or not. Additionally, we should create another data structure, GigantoSettings, and add a new field, giganto_settings_draft, to Node to store the user's input for the data lake's settings.

BLYKIM commented 3 weeks ago

pending: review-database 수정 이후 다시 진행할 예정입니다.