Conversation
# Conflicts: # apis/client/view/header/header.html # apis/client/view/view.html
|
There are still some issues with the i18n keys, so please observe how other i18n keys are structured. Also, make use of nesting to improve readability. Add a newline after HTML tags, so that child elements are indented one level. |
|
@brylie added suggested changes. |
| {{ # if api.currentUserCanEdit }} | ||
| <li> | ||
| <a href="#api-export" data-toggle="tab"> | ||
| <a href="#api-backend-export" data-toggle="tab"> |
There was a problem hiding this comment.
Small detail, but the word 'backend' was removed on purpose, please revert -- and if possible, remove Backend from the template name too.
Basically, the word 'backend' is appearing in our code quite a lot, and is not really helping improve readability. We have been removing 'backend' and 'frontend' from our user interface and code, to the extent possible.
I can remove the 'backend' from viewApiBackend and all related i18n strings, if you will just clean up this part of the code.
|
This is really close. One thing I have been trying to do is remove 'backend' from our code and user interface. It was used in a confusing manner for both end users and developers. We are switching to the following terminology for simplicity:
We are only using 'backend' related to the third case, in order to distinguish it from a regular API, and to make it easier to describe our software. |
|
I can make the above change, but it is important that we all know to limit the word 'backend'. |
|
@brylie, got it, thanks for the explanation. |
|
@NNN I made the changes, renaming API related templates for consistency. |
|
@NNN please review. |
Closes #1385