Hello @carloscuesta :sunglasses:!
I often have in my web projects lots of dummy .json files in a /data folder that I used when I don't have implemented the API. There are here so I can make local request and see the behave of my frontend app:
โโโ data
โโโ get_products.json
โโโ put_products.json
โโโ currentusers.json
In many case I need to update them (ex: add a new user) but I never know exactly which gitmoji to use in this case. In most case I use ๐ฌ Adding or updating text and literals. but it's not just text as it is data. Would it make sense to add a new gitmoji for theses types of 'local' API often used for project in construction or for mocking APIs?
Depending on the nature of the json file, I tend to use either: :bento: :card_file_box: :speech_balloon: :wrench: :sparkles: (:sparkles: is kinda a fallback :sweat_smile:)
While on the case of serving as a placeholder for the API, I think I'd use the :clown_face:, considering this use case, I'd just use :clown_face: and not look back haha.
Do you have any other use case for adding a "adding or updating static data" or something?
Hello, I think :card_file_box: is appropriate for this use case, we could eventually rename database to data but it seems clear enough for me already.
@KaKi87 Yep probably it makes more sense to use ๐๏ธ (I was using ๐ฑ) ๐ I would not change the description of this gitmoji personally
To conclude, I think this issue is resolved and can be closed.
Most helpful comment
Hello, I think :card_file_box: is appropriate for this use case, we could eventually rename database to data but it seems clear enough for me already.