Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Typeahead Reference Change #26

Open owengreybill opened 2 years ago

owengreybill commented 2 years ago

Typeahead is currently used in two locations. Both instances search the dictionary collection. However, they should search separate collections. When searching for credential records, the typeahead should reference the credentials collection rather than the dictionary collection.

luciddr34m3r commented 2 years ago

This will require making sure this code is functioning properly and documented with Swagger docs.

https://github.com/Defaultinator/defaultinator-api/blob/main/api/routes/credentials.js#L18-L75

luciddr34m3r commented 2 years ago

Depends on https://github.com/Defaultinator/defaultinator-api/issues/17