blob: c04fe91f404ad0afb488fc9f52a28000451d0605 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Tasks
## Resource list
- [ ] improve formatting of data in featured and standard cards
- [ ] coloured badges for resource types
- [ ] coloured border of card
- [ ] improved look of admin buttons
- [x] decent card description text formatting
- [ ] correct pricing/credits on the featured and standard cards
- [ ] put hover effects on the tabbed menu
- [ ] remove the dotted line beneath the tabbed menu
## Resource detail
- [ ] currently no formatting - needs all formatting
- [ ] new detail panel on the right of the page containing desc, price, etc
- [ ] handling of thumbnail images on the left of the page
- [ ] improve the carousel and make it easy to use
## Pricing, subscriptions and credits
- [ ] sort out credits for each resource
- [ ] credits added to free subscription model
- [ ] calculation of credits in shopping basket code
## Misc
- [ ] Set up licensing
## Boostrap rip-out
- [ ] remove all references to `crispy_forms` and the Boostrap template for it
|