Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 721 Bytes

File metadata and controls

16 lines (11 loc) · 721 Bytes

Code style

  • Do not add Go tests (_test.go) unless explicitly asked.
  • Keep comments sparse: only for genuinely non-obvious mechanics, not one per block.

Frontend migration (web-oldweb)

web is the shadcn/Tailwind rewrite of the antd frontend in web-old. Apart from the UI layer, web should behave exactly like web-old — same validations, same field formats, same conditions. When the two differ, web-old is the reference.

Not migrated on purpose:

  • AI assistant. The aiAssistantUrl config, its header button and the iframe drawer (Conf.AiAssistantUrl / renderAiAssistant() in web-old/src/App.js, the ai-assistant entry of WidgetItemTree) are dropped. Do not port them.