This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devel:devel [2007/08/15 09:46] jodal Typo. |
devel:devel [2024/05/13 09:53] (current) morten remove outdated links |
||
---|---|---|---|
Line 2: | Line 2: | ||
In this section we intend to put all documentation targeted at NAV developers. | In this section we intend to put all documentation targeted at NAV developers. | ||
+ | |||
===== Introduction to NAV development ===== | ===== Introduction to NAV development ===== | ||
- | First of all, all new developers should read the file HACKING at the root of our SVN repository. See [[http://svn.itea.ntnu.no/repos/nav/navme/trunk/HACKING]]. | + | First of all, all new developers should read the [[HACKING]] document. |
+ | |||
+ | * [[Django introduction]] - An introduction to using Django with NAV | ||
+ | * [[PyCharm]] - Hacking with PyCharm | ||
===== What to do? ===== | ===== What to do? ===== | ||
- | * [[TaskList]] - High Priority Tasks | + | * [[https://github.com/uninett/nav|GitHub issue tracker]] |
- | * [[TaskListLowPri]] - Low Priority Task | + | |
Line 25: | Line 28: | ||
* [[Database]] -- Detailed information on the design of the NAV database | * [[Database]] -- Detailed information on the design of the NAV database | ||
* [[Device data model]] -- Detailed information about how NAV maps the physical reality of devices into its internal data model | * [[Device data model]] -- Detailed information about how NAV maps the physical reality of devices into its internal data model | ||
+ | |||
===== Trivia ===== | ===== Trivia ===== | ||
* [[LinesOfCode]] compares the number of code lines and what programming languages are used in various NAV releases. | * [[LinesOfCode]] compares the number of code lines and what programming languages are used in various NAV releases. |