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

support multi language event and ticket category description #38

Closed
syjer opened this issue Feb 21, 2015 · 2 comments
Closed

support multi language event and ticket category description #38

syjer opened this issue Feb 21, 2015 · 2 comments
Assignees
Milestone

Comments

@syjer
Copy link
Member

syjer commented Feb 21, 2015

At the moment, there is a single field for the description.

@syjer syjer added this to the 1.4 milestone Feb 21, 2015
@cbellone cbellone modified the milestones: BackLog, 1.4 Mar 14, 2015
@syjer syjer modified the milestones: 1.5, BackLog Aug 6, 2015
@syjer
Copy link
Member Author

syjer commented Aug 9, 2015

TODO:

  • let the user choose the supported languages in a given event
    • show only the selected locales in the top of the page
    • restrict the languages the user can have (server side)
    • restrict the languages the user can set in the ticket selection
  • support multi language event description: need to add a table event_description(event_id_fk, locale, type, description): pk(event_id_fk+locale+type) : type is a discriminator (DESCRIPTION, ...). Will be used
  • support multi language in the ticket category description: need to add a table ticket_category_decription(ticket_category_id_fk, locale, name, description) : pk(ticket_category_id_fk+locale)
  • misc cleanup: migration scripts, others?

(Integrate I18nManager in the messageproperties handling?) still thinking to a decent strategy... Maybe based on a interceptor?

@syjer syjer self-assigned this Aug 12, 2015
syjer added a commit that referenced this issue Aug 12, 2015
syjer added a commit that referenced this issue Aug 13, 2015
syjer added a commit that referenced this issue Aug 15, 2015
syjer added a commit that referenced this issue Aug 15, 2015
@syjer
Copy link
Member Author

syjer commented Aug 15, 2015

done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants