Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Редактор метаданных #239

Merged
merged 11 commits into from
Apr 23, 2024
Merged

Conversation

bryzZz
Copy link
Collaborator

@bryzZz bryzZz commented Mar 19, 2024

Что сделано:

  • Сохранение метаданных в схемы
  • Редактор метаданных в модальном окне

Closes #221

@bryzZz bryzZz self-assigned this Mar 19, 2024
@bryzZz bryzZz requested a review from chekoopa April 18, 2024 06:12
@@ -638,4 +639,14 @@ export class EditorManager {

return true;
}

setMeta(meta: Meta) {
console.log('setMeta', meta);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Отладочный трейс

let stringMeta = '';
for (const propName in meta) {
const property = meta[propName];
stringMeta += `${propName}/ ${property}\n`;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Два отступа, по формату

@bryzZz bryzZz requested a review from chekoopa April 22, 2024 03:42
@chekoopa chekoopa merged commit 72c22e2 into kruzhok-team:main Apr 23, 2024
1 check passed
@bryzZz bryzZz deleted the meta-editor branch May 9, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Редактор метаданных
2 participants