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

FLGO-45 Fix json fields #46

Merged
merged 3 commits into from
Jul 1, 2019
Merged

FLGO-45 Fix json fields #46

merged 3 commits into from
Jul 1, 2019

Conversation

kenrube
Copy link
Contributor

@kenrube kenrube commented Jun 28, 2019

No description provided.

@kenrube kenrube requested a review from geor-kasapidi June 28, 2019 23:58
Moderators: moderators,
Id: dbForum.ForumID,
Title: dbForum.Name,
Description: dbForum.Description,
Copy link
Collaborator

Choose a reason for hiding this comment

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

а мы можем description по другому назвать? :) с type и description есть проблемки в свифте

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Придумаю

@@ -13,7 +13,7 @@ func getForumBlocks(dbForums []dbForum, dbModerators map[uint32][]dbModerator) *
for _, dbForum := range dbForums {
if dbForum.ForumBlockID != currentForumBlockID {
forumBlock := pb.Forum_ForumBlock{
Id: dbForum.ForumBlockID,
XXX_Id: dbForum.ForumBlockID,
Copy link
Collaborator

Choose a reason for hiding this comment

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

типа эта айдишка не должна светиться?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ага. Параметр технический, раньше вырезать его из json-а было очень просто, теперь приходится костыли городить.

Copy link
Collaborator

Choose a reason for hiding this comment

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

просто, если он не секретный, то может хрен с ним, пускай будет?)

Copy link
Contributor Author

@kenrube kenrube Jun 29, 2019

Choose a reason for hiding this comment

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

Ок. Однако, надобность в аналоге json:"-" может возникнуть и в другом месте, мы просто скрываем проблему.
golang/protobuf#52 - Open

Copy link
Collaborator

Choose a reason for hiding this comment

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

протобаф планируется использовать только для отдачи клиентам (пока что - дальше хз что будет) и при необходимости можно создавать внутренние модели для конвертации и уже из них создавать протобуфные - например если будет сложный алгоритм преобразования дбшных моделей, иногда эффективней потратить больше памяти для промежуточных моделек. В таком случае не понадобится модификация генератора протомоделек) Но вообще не думаю что будет что-то настолько сложное что понадобится извращаться. ИМХО :)

POLL = 2;
unknown = 0;
topic = 1;
poll = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

https://developers.google.com/protocol-buffers/docs/style - там раздел про енумы

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Эт все здорово, но как сделать, чтоб в json их строковое представление было в нижнем регистре?

Copy link
Collaborator

Choose a reason for hiding this comment

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

это настолько принципиально? можно указать в маршалере параметр EnumAsInt например

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Это плохо, когда инструмент навязывает собственные решения и не дает альтернатив.
golang/protobuf#555 - Open, как обычно

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Я специально завел строковые значения, чтоб не городить массу непонятных интов для клиентов :) Возвращаться обратно к тому же - не, спасибо

Copy link
Collaborator

Choose a reason for hiding this comment

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

Это плохо, когда инструмент навязывает собственные решения и не дает альтернатив.
golang/protobuf#555 - Open, как обычно

в таком случае поддержку кастомных имен надо добавлять во всех языках которые поддерживают протобуф) в общем такое себе - не вижу большой проблемы в том что кейсы енума будут в апперкейсе) ЗАТО_ИХ_СРАЗУ_ЗАМЕТНО!

@geor-kasapidi geor-kasapidi merged commit 2cdade8 into dev Jul 1, 2019
@geor-kasapidi geor-kasapidi deleted the FLGO-45 branch July 1, 2019 08:23
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