Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e90ce769b |
44
.idea/workspace.xml
generated
44
.idea/workspace.xml
generated
@@ -6,7 +6,7 @@
|
|||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="0f2c8145-9000-45fe-a871-9ff0914e0e13" name="Changes" comment="">
|
<list default="true" id="0f2c8145-9000-45fe-a871-9ff0914e0e13" name="Changes" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/internal/utils/sorting.go" beforeDir="false" afterPath="$PROJECT_DIR$/internal/utils/sorting.go" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -35,28 +35,28 @@
|
|||||||
<option name="hideEmptyMiddlePackages" value="true" />
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||||||
<option name="showLibraryContents" value="true" />
|
<option name="showLibraryContents" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent">{
|
<component name="PropertiesComponent"><![CDATA[{
|
||||||
"keyToString": {
|
"keyToString": {
|
||||||
"DefaultGoTemplateProperty": "Go File",
|
"DefaultGoTemplateProperty": "Go File",
|
||||||
"Go Build.go build app.executor": "Debug",
|
"Go Build.go build app.executor": "Debug",
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
"RunOnceActivity.git.unshallow": "true",
|
"RunOnceActivity.git.unshallow": "true",
|
||||||
"RunOnceActivity.go.formatter.settings.were.checked": "true",
|
"RunOnceActivity.go.formatter.settings.were.checked": "true",
|
||||||
"RunOnceActivity.go.migrated.go.modules.settings": "true",
|
"RunOnceActivity.go.migrated.go.modules.settings": "true",
|
||||||
"RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
|
"RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
|
||||||
"git-widget-placeholder": "main",
|
"git-widget-placeholder": "rich__demo",
|
||||||
"go.import.settings.migrated": "true",
|
"go.import.settings.migrated": "true",
|
||||||
"go.sdk.automatically.set": "true",
|
"go.sdk.automatically.set": "true",
|
||||||
"kotlin-language-version-configured": "true",
|
"kotlin-language-version-configured": "true",
|
||||||
"last_opened_file_path": "/home/gogacoder/dev/go/nto/boilerplate",
|
"last_opened_file_path": "/home/gogacoder/dev/go/nto/boilerplate",
|
||||||
"node.js.detected.package.eslint": "true",
|
"node.js.detected.package.eslint": "true",
|
||||||
"node.js.selected.package.eslint": "(autodetect)",
|
"node.js.selected.package.eslint": "(autodetect)",
|
||||||
"nodejs_package_manager_path": "npm",
|
"nodejs_package_manager_path": "npm",
|
||||||
"settings.editor.selected.configurable": "go.sdk",
|
"settings.editor.selected.configurable": "go.sdk",
|
||||||
"ts.external.directory.path": "/home/gogacoder/dev/go/nto/boilerplate/frontend/node_modules/typescript/lib",
|
"ts.external.directory.path": "/home/gogacoder/dev/go/nto/boilerplate/frontend/node_modules/typescript/lib",
|
||||||
"vue.rearranger.settings.migration": "true"
|
"vue.rearranger.settings.migration": "true"
|
||||||
}
|
}
|
||||||
}</component>
|
}]]></component>
|
||||||
<component name="RecentsManager">
|
<component name="RecentsManager">
|
||||||
<key name="MoveFile.RECENT_KEYS">
|
<key name="MoveFile.RECENT_KEYS">
|
||||||
<recent name="$PROJECT_DIR$/internal/addons/excel" />
|
<recent name="$PROJECT_DIR$/internal/addons/excel" />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
- [x] Crud service generator (based on gorm gen)
|
- [x] Crud service generator (based on gorm gen)
|
||||||
- [ ] Easy init without git repository (like create-nto-app)
|
- [ ] Easy init without git repository (like create-nto-app)
|
||||||
- [x] Excel export
|
- [x] Excel export
|
||||||
- [ ] Models validation logic (callbacks and other stuff)
|
- [x] Models validation logic (callbacks and other stuff)
|
||||||
- [ ] Models [linter](https://git.gogacoder.ru/NTO/gormlint)
|
- [ ] Models [linter](https://git.gogacoder.ru/NTO/gormlint)
|
||||||
- [x] Auto-generated frontend
|
- [x] Auto-generated frontend
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ go install -v github.com/wailsapp/wails/v3/cmd/wails3@latest
|
|||||||
go install github.com/opbnq-q/nto-cli@latest
|
go install github.com/opbnq-q/nto-cli@latest
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
go install git.gogacoder.ru/NTO/crudgen@latest
|
go install git.gogacoder.ru/NTO/crudgen/cmd/crudgen@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Сборка
|
## Сборка
|
||||||
|
|||||||
Reference in New Issue
Block a user