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

E2340. Reimplement signed up team.rb, sign up topic.rb, sign up sheet.rb #34

Closed

Conversation

surya-prakash-susarla
Copy link

@surya-prakash-susarla surya-prakash-susarla commented Apr 12, 2023

Project Description
The objective of the project is to reimplement the following Ruby on Rails model classes in the existing project:- SignUpTeam, SignUpTopic and SignUpSheet. SignUpTeam model class represents a signed-up team for a particular sign-up topic in a specific assignment. SignUpTopic model class represents a topic that can be signed up for in a course assignment. SignUpSheet class stores the logic for creating a signed_up_team for a topic for a particular assignment. This class is being used as a module having all class methods.

The task is to reimplement the existing code present in these model files and implement them in a new repository. Since the project is implemented from scratch, there are various aspects of the project that have to be implemented and therefore unit test cases are implemented to test the implementation.

Teammates:
Saketh Vangala - svangal@ncsu.edu
Surya Prakash Susarla - spsusarla@ncsu.edu
Sai Venkata Varun Danda - sdanda@ncsu.edu

Mentor:Krishna Saurabh Vankadaru- kvankad@ncsu.edu

Project Board: Link

Project Wiki: Link

Demo Video: Link

surya-prakash-susarla and others added 30 commits April 7, 2023 15:07
refactored sign_up_topic model to signup_topic
Add waitlist related feature base code & testing setup.
…unctions

Add additional methods related to waitlist and update the corresponding tests.
SakethVangala11 and others added 25 commits April 21, 2023 00:44
Add Rspec tests and comments for signed_up_team
final set of updates for nit tests & comments
Suggestion: change waitlist from class to mixin
…l_feedback

Signed up team final feedback
@ameyagv ameyagv changed the title E2339. Reimplement signed up team.rb, sign up topic.rb, sign up sheet.rb E2340. Reimplement signed up team.rb, sign up topic.rb, sign up sheet.rb Sep 4, 2023
@ameyagv
Copy link
Collaborator

ameyagv commented Sep 4, 2023

merged already

@ameyagv ameyagv closed this Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants