CATechnologiesTest / yipee

An opensource version of the Yipee.io editor.
Apache License 2.0
22 stars 12 forks source link

Remove all references to 'korn' (the internal code name) in the UI #6

Closed markemeis closed 5 years ago

markemeis commented 5 years ago

There are places in the code that reference 'korn' the internal code name for the UI. Need to replace them.

markemeis commented 5 years ago

@jd3quist is "source=korn" required on the api calls? That appears to be the remaining references.

markemeis commented 5 years ago

The majority of the korn references was addressed via https://github.com/yipeeio/yipee/pull/13

jd3quist commented 5 years ago

@markemeis The api does not require (or pay attention to) query string parameters on any calls. So, no, "source=korn" is not required on any api call.

andrewcopley commented 5 years ago

@jd3quist I removed all korn references in the ui code. There are 3 files in the backend that reference korn. Might want to take a look at those and see if you think they can be removed. I'm just not sure. You can make those changes on the branch remove-korn-references-#6 that I made if you like. Theres a PR up for it on yipeeio-yipee.

jd3quist commented 5 years ago

@andrewcopley I'm not clear on those backend references. Since you've determined that there are 3 backend files can you tell me what they are?

andrewcopley commented 5 years ago

Talked with jim, and it was determined the 3 references do not need to be removed. This card should be finished. PR is up on yipeeio-yipee.

jd3quist commented 5 years ago

These are the 3 refs AJ mentioned:

Not planning to change any of those right now.