Arquisoft / dechat_en2a

Dechat EN2A
https://arquisoft.github.io/dechat_en2a
MIT License
8 stars 7 forks source link

Message deletion #27

Closed YerayG closed 5 years ago

YerayG commented 5 years ago

We should implement the necessary functionality in order to delete messages

josecurioso commented 5 years ago

For using rdflib in our environment this tutorial is highly recommended. Specially the part about he updateManager and its wonders for inserting/deleting triples.

YerayG commented 5 years ago

It is somewhat done but we need to look a little bit further into improving the way we retrieve the message URI for its deletion.

josecurioso commented 5 years ago

I have been checking out the code today for message deletion and fixed a small problem with concat instead using push now. I also fixed a problem on the message loading function I had coded so that it now stores the message URI on the message object so in order to retrieve it now you only need to read it from the object.

YerayG commented 5 years ago

All problems seem gone and everything is working properly so I am closing the issue for now.