File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ keypoints:
2525
2626> ## Follow up from Section 3
2727> This episode could be read as a follow up from the end of
28- > [ Section 3 on software design and development] ( ../35-refactoring -architecture/index.html#conclusion ) .
28+ > [ Section 3 on software design and development] ( ../35-software -architecture-revisited /index.html#towards-collaborative-software-development ) .
2929 {: .callout}
3030
3131Our patient data system so far can read in some data, process it, and display it to people.
@@ -354,9 +354,7 @@ class PatientSerializer(Serializer):
354354> We've now got some code which we can use to save and load our patient data,
355355> but we've not yet linked it up so people can use it.
356356>
357- > Just like we did with the ` display_patient ` view in
358- > [ Section 3] ( ../36-architecture-revisited/index.html#mvc-revisited ) ,
359- > try adding some views to work with our patient data using the JSON serialiser.
357+ > Try adding some views to work with our patient data using the JSON serialiser.
360358> When you do this, think about the design of the command line interface -
361359> what arguments will you need to get from the user,
362360> what output should they receive back?
You can’t perform that action at this time.
0 commit comments