LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

all custom code located in /src directory #174

Open heyheyjp opened 7 years ago

heyheyjp commented 7 years ago
  1. add a new top-level directory, /src
  2. move the following directories to /src:
    • /client
    • /common
    • /config
    • /db
    • /scripts
    • /server
    • /test
  3. update symlink scripts to only drop and create the link to /src. also rename scripts for singular form instead of plural.
  4. update affected relative paths

@jeffreywescott commented on Fri Jul 07 2017


@jeffreywescott commented on Fri Jul 07 2017

[Comment from Clubhouse user @jeffreywescott:] @prattsj: is this a big change, or small? If it's quick / easy, I think it would be a big win for new developers, no?


@jeffreywescott commented on Fri Jul 07 2017

[Comment from Clubhouse user @prattsj:] It should be small-ish. Yeah, agreed.


@jeffreywescott commented on Fri Jul 07 2017

[Comment from Clubhouse user @jeffreywescott:] @prattsj: move to P4 GH?