Arquisoft / dechat_es1b

DeChat ES1B
https://arquisoft.github.io/dechat_es1b/
MIT License
6 stars 4 forks source link

Developement of a basic pod writer #37

Closed uo257493 closed 5 years ago

uo257493 commented 5 years ago

As we are going to do with the reader we should do the same with a writer. A kind of test to write in a simple html a text to be uploaded to a POD

LuisBoto commented 5 years ago

I just pushed some code rn to the features/chat-options branch since it uses the textAreas @JavierUrones made. It basically takes the message and writes it to a new file within the contact's POD. However no info about who sent the message is attached, and each new message is sent in a new file.

It's really dirty for now, but main functionality is there. Let me know what you think.

LuisBoto commented 5 years ago

Closing since for now we are just lacking the pod-reader