is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
Use serializers for sending information to display to templates. Now custom and heterogeneous data structures are created and sent to templates so each method in view is different. We can use serializers that creates pre-configured jsons which are always the same making it easier to mantain with a huge reduce in code. Example in display_service in drylab.
Description of feature
Use serializers for sending information to display to templates. Now custom and heterogeneous data structures are created and sent to templates so each method in view is different. We can use serializers that creates pre-configured jsons which are always the same making it easier to mantain with a huge reduce in code. Example in display_service in drylab.