- pack_review(+Request)[private]
- HTTP handler to review a pack.
- reviewer(+Request, +UUID)// is det[private]
- Present details about the reviewer
- pack_rating(+Request)[private]
- Handle the actual rating
- pack_submit_review(+Request)[private]
- Handle a pack review submission
- update_review(+Pack, +UUID, +Rating, +Comment)// is det[private]
- Assert/update a review about a pack.
- pack_reviews(Pack)// is det
- Show reviews for Pack
- show_review(+Pack, +UUID)// is det[private]
- Show an individual review about Pack
- show_pack(Pack, +Options)// is det[private]
- show_reviewer(+UUID)[private]
- show_reviewer(+UUID, +Time)[private]
- show_pack_rating(+Pack)// is det
- Show overall rating. If there is no rating, offer to create one.
- pack_rating_votes(+Pack, -Rating, -Votes) is det
- Rating is the current rating for Pack, based on Votes.
- pack_comment_count(Pack, Count)
- True when Count is the number of comments for Pack.
- show_pack_rating(+Pack, +Rating, +Votes, +CommentCount, +Options)// is det
- Show rating for Pack.
- show_comment(+Comment)// is det[private]
- Display Comment. Comment is an atom holding Wiki text.
- profile_reviews(+UUID)// is det
- Create a
h2
section with all reviews by a given OpenID.
- user_review_count(+UUID, -Count) is det
- True when Count is the number of reviews by UUID.