You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to collect here issues that are about overall project structure and layout that has high priority and should be fixed ASAP after SFN.
knowledge-base/page.tsx is pretty much a copy knowledge-base/[slug]/page.tsx
too many things are set on each single page separately, e.g., the text box settings. We should create some global settings (see also some copilot comments in Taxonomy update #88)
create constants variable for settings (see example in the copilot comments in Taxonomy update #88
updates after changes on nov15:
looks like knowledge-base/[slug]/page.tsx has been copied to multiple places, e.g., ner/page.tsx, we have to remove repetition and come back to the template idea
I want to collect here issues that are about overall project structure and layout that has high priority and should be fixed ASAP after SFN.
knowledge-base/page.tsxis pretty much a copyknowledge-base/[slug]/page.tsxupdates after changes on nov15:
knowledge-base/[slug]/page.tsxhas been copied to multiple places, e.g.,ner/page.tsx, we have to remove repetition and come back to the template idea