membphis commented on issue #715: URL: https://github.com/apache/apisix-dashboard/issues/715#issuecomment-723523192
my opinion of root folder: 1. one makefile 2. no `build` dir: when build, will create this folder automatically. 3. `web` vs `dashboard`: I can not sure which one is better. 4. `.actions` is not a good name, we need a better one ``` apisix-dashboard ├── .actions # need a better name ├── .github ├── README.md ├── api │ └── ... ├── web │ └── ... ├── docs └── makefile ``` @gxthrj please pay more attention to the folder of `api`. The problem with this directory is more serious. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
