girishramnani / polly

A social poll application
MIT License
45 stars 5 forks source link

Abstract the storage layer and provide a standard behaviour #1

Open girishramnani opened 3 months ago

girishramnani commented 3 months ago

The current storage is done using ets tables which can be changed in future. So best to abstract that out and implement a behaviour for that storage https://elixirschool.com/en/lessons/advanced/behaviours

Gaurav1924 commented 1 month ago

This issue is addressed by PR #8 .