issues
search
Library-Distribution
/
ALD-API
the API (backend) for the ALD system
http://about.libba.net/docs/api/current
0
stars
0
forks
source link
item rating
#10
Closed
maul-esel
closed
11 years ago
maul-esel
commented
12 years ago
[x] Enable users to rate an item.
[x] Include the rating in the item description
[x] allow filtering (
highest
,
lowest
) when listing items
[x] Implement it through a DB table with columns
user
(
GUID
),
item
(
GUID
) and
rating
.
maul-esel
commented
11 years ago
PR #18 takes care of this.
highest
,lowest
) when listing itemsuser
(GUID
),item
(GUID
) andrating
.