0
I’m doing a Todo and I need to set priority (urgent, high, medium and low). But I am only able to define through integer (1 is urgent, 2 is high etc)
The question is: is it possible to show another value in html but what do you assign to the original in the database? Example:
If in the mongodb table 1 is saved, I want the result of the html query to appear "URGENT".
If possible, as I do?