mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 01:14:24 +01:00
👩💼 feat: pm role cleanup
This commit is contained in:
@@ -345,7 +345,6 @@ metas:
|
||||
return 'yes' in answer.lower()
|
||||
|
||||
def generate_microservice_name(self, description):
|
||||
print_colored('', '\n\n############# What should be the name of the Microservice? #############', 'blue')
|
||||
name = self.generate_and_persist_file(
|
||||
section_title='Generate microservice name',
|
||||
template=template_generate_microservice_name,
|
||||
|
||||
@@ -7,9 +7,6 @@ product_manager_names = [
|
||||
('Susana', 'f')
|
||||
]
|
||||
engineer_names = [
|
||||
('Joschka', 'm'),
|
||||
('Johannes', 'm'),
|
||||
('Johanna', 'f'),
|
||||
('Aaron', 'm'),
|
||||
('Alaeddine', 'm'),
|
||||
('Andrei', 'm'),
|
||||
|
||||
Reference in New Issue
Block a user