addet program structure
This commit is contained in:
parent
855ab269f2
commit
07e2ef3543
22
documentation/program_structure.md
Normal file
22
documentation/program_structure.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Downloading
|
||||||
|
|
||||||
|
## Query
|
||||||
|
|
||||||
|
- parsing query into music objects
|
||||||
|
|
||||||
|
# Pages
|
||||||
|
|
||||||
|
## from music objects to query
|
||||||
|
|
||||||
|
```
|
||||||
|
song: artist1, artist2
|
||||||
|
|
||||||
|
1. artist1 - song
|
||||||
|
2. artist2 - song
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
artist: song1, song2
|
||||||
|
|
||||||
|
1. artist
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user