igrigorov / spring-react-i18n-admin

0 stars 0 forks source link

Edit localization entry #6

Closed igrigorov closed 3 years ago

igrigorov commented 3 years ago

follows: #4

Update administration entries using the backend calls provided in #1 using one of the following alternatives:

  1. On every row of the Administration page, there should be a Save button which will save any changes made on the respective records (EN, BG, ...). On press of Enter after editing, the row should be submitted to BE.
    • Pros: More straightforward for use by novice users
    • Cons: More clickwork in order to save each entry, tedious when multiple entries need to be edited
  2. At the bottom of the screen, there should be a Save button which will save any entries that are dirty
    • Pros: More useful to more experienced users, faster entry of multiple translations
    • Cons: An additional step to keep dirty state
    • Extra: The button should be always visible
igrigorov commented 3 years ago

Avter voting, alternative 1 was chosen :)