Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusic client structure #41

Closed
Rayman opened this issue Jun 25, 2014 · 2 comments
Closed

Fusic client structure #41

Rayman opened this issue Jun 25, 2014 · 2 comments
Milestone

Comments

@Rayman
Copy link
Owner

Rayman commented Jun 25, 2014

The client folder structure of the current project is a bit of a mess. I propose the following structure. What do you guys think?

config/
    router.js (client router configurations)

lib/
    globalhelpers.js
    player/
        player.html
        player.js
        player-youtube.js

stylesheets/
    fusic.import.less (defines the basic fusic style)
    style.less

views/
    common/
        header.html
        footer.html
        layout.html
        layout.js
    home/
        home.html
        home.js
    playlist/
        overview.html
        overview.js
        playlist.html > includes songslist
        playlist.js
        songlist.html
        songlist.js
    loved/
        loved.html
        loved.js
    profile/
        profile.html
        profile.js
@Rayman Rayman added this to the v0.2 milestone Jun 25, 2014
@pepf
Copy link
Contributor

pepf commented Jun 27, 2014

Looks good, splitting up the playlist.html file into pieces is really necessary .. at least 😄

@reinzor
Copy link
Contributor

reinzor commented Jun 27, 2014

Sounds good. Maybe we will also have to think about naming convention of
templates etc. We can discuss this tomorrow :)

-Rein

On Fri, Jun 27, 2014 at 11:34 AM, Pepijn [email protected] wrote:

Looks good, splitting up the playlist.html file into pieces is really
necessary .. at least [image: 😄]


Reply to this email directly or view it on GitHub
#41 (comment).

@Rayman Rayman modified the milestones: v0.2, v0.3 Aug 14, 2014
@Rayman Rayman closed this as completed in c0bee44 Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants